Add service to openhome to invoke a pin (#31119)
Setup platform async Use entity services Store UUID in default data rather than entity
This commit is contained in:
parent
efec62d98e
commit
b6407f77da
6 changed files with 45 additions and 12 deletions
5
homeassistant/components/openhome/const.py
Normal file
5
homeassistant/components/openhome/const.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
"""Constants for the Openhome component."""
|
||||
DOMAIN = "openhome"
|
||||
SERVICE_INVOKE_PIN = "invoke_pin"
|
||||
ATTR_PIN_INDEX = "pin"
|
||||
DATA_OPENHOME = "openhome"
|
Loading…
Add table
Add a link
Reference in a new issue