Add device action support to Select entity (#51990)

This commit is contained in:
Franck Nijhof 2021-06-18 20:40:29 +02:00 committed by GitHub
parent 06edc731c5
commit 87a43eacb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 215 additions and 0 deletions

View file

@ -5,4 +5,6 @@ DOMAIN = "select"
ATTR_OPTIONS = "options"
ATTR_OPTION = "option"
CONF_OPTION = "option"
SERVICE_SELECT_OPTION = "select_option"