go back to signals and no hard entity references (#24894)

This commit is contained in:
David F. Mulcahey 2019-07-01 16:32:57 -04:00 committed by GitHub
parent b6e0f538c5
commit 7f90a1cab2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 13 deletions

View file

@ -103,6 +103,7 @@ SIGNAL_MOVE_LEVEL = "move_level"
SIGNAL_SET_LEVEL = "set_level"
SIGNAL_STATE_ATTR = "update_state_attribute"
SIGNAL_AVAILABLE = 'available'
SIGNAL_REMOVE = 'remove'
QUIRK_APPLIED = 'quirk_applied'
QUIRK_CLASS = 'quirk_class'