1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-07 07:29:17 +00:00
Barry Williams b6407f77da
Add service to openhome to invoke a pin ()
Setup platform async
Use entity services
Store UUID in default data rather than entity
2020-05-30 14:40:35 +02:00

6 lines
148 B
Python

"""Constants for the Openhome component."""
DOMAIN = "openhome"
SERVICE_INVOKE_PIN = "invoke_pin"
ATTR_PIN_INDEX = "pin"
DATA_OPENHOME = "openhome"