Add device action support to Select entity (#51990)
This commit is contained in:
parent
06edc731c5
commit
87a43eacb7
5 changed files with 215 additions and 0 deletions
|
@ -5,4 +5,6 @@ DOMAIN = "select"
|
|||
ATTR_OPTIONS = "options"
|
||||
ATTR_OPTION = "option"
|
||||
|
||||
CONF_OPTION = "option"
|
||||
|
||||
SERVICE_SELECT_OPTION = "select_option"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue