Fix mysensors mqtt integration setup guard (#49423)

This commit is contained in:
Martin Hjelmare 2021-04-20 18:21:38 +02:00 committed by GitHub
parent 20ead7902a
commit 410f0e3604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 58 additions and 14 deletions

View file

@ -29,7 +29,6 @@ CONF_GATEWAY_TYPE_ALL: list[str] = [
CONF_GATEWAY_TYPE_TCP,
]
DOMAIN: str = "mysensors"
MYSENSORS_GATEWAY_START_TASK: str = "mysensors_gateway_start_task_{}"
MYSENSORS_GATEWAYS: str = "mysensors_gateways"