Add id constant for homekit discovery (#59986)

This commit is contained in:
epenet 2021-11-20 11:07:59 +01:00 committed by GitHub
parent 59f10373ad
commit d0ff8a9b76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 28 additions and 15 deletions

View file

@ -68,6 +68,9 @@ ATTR_PORT: Final = "port"
ATTR_PROPERTIES: Final = "properties"
ATTR_TYPE: Final = "type"
# Attributes for ZeroconfServiceInfo[ATTR_PROPERTIES]
ATTR_PROPERTIES_ID: Final = "id"
CONFIG_SCHEMA = vol.Schema(
{