Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Openhome component."""
2 
3 DOMAIN = "openhome"
4 SERVICE_INVOKE_PIN = "invoke_pin"
5 ATTR_PIN_INDEX = "pin"
6 DATA_OPENHOME = "openhome"