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:
Barry Williams 2020-05-30 13:40:35 +01:00 committed by GitHub
parent efec62d98e
commit b6407f77da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 45 additions and 12 deletions

View file

@ -0,0 +1,5 @@
"""Constants for the Openhome component."""
DOMAIN = "openhome"
SERVICE_INVOKE_PIN = "invoke_pin"
ATTR_PIN_INDEX = "pin"
DATA_OPENHOME = "openhome"