Use conn_made callback in MySensors (#47463)

This commit is contained in:
functionpointer 2021-03-05 20:21:24 +01:00 committed by GitHub
parent a547d0fea2
commit a2ee7d598b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 47 deletions

View file

@ -29,7 +29,6 @@ CONF_GATEWAY_TYPE_ALL: List[str] = [
DOMAIN: str = "mysensors"
MYSENSORS_GATEWAY_READY: str = "mysensors_gateway_ready_{}"
MYSENSORS_GATEWAY_START_TASK: str = "mysensors_gateway_start_task_{}"
MYSENSORS_GATEWAYS: str = "mysensors_gateways"
PLATFORM: str = "platform"