Add config flow for platform button in Template (#120886)

This commit is contained in:
dougiteixeira 2024-07-09 16:20:18 -03:00 committed by GitHub
parent 5e56c27703
commit d783813ba0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 384 additions and 53 deletions

View file

@ -32,4 +32,5 @@ CONF_AVAILABILITY = "availability"
CONF_ATTRIBUTES = "attributes"
CONF_ATTRIBUTE_TEMPLATES = "attribute_templates"
CONF_PICTURE = "picture"
CONF_PRESS = "press"
CONF_OBJECT_ID = "object_id"