Make Weatherflow a brand (#118785)

This commit is contained in:
Joost Lekkerkerker 2024-06-04 13:40:48 +02:00 committed by GitHub
parent 1877c1eec9
commit 0aac4b26a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 9 deletions

View File

@ -0,0 +1,5 @@
{
"domain": "weatherflow",
"name": "WeatherFlow",
"integrations": ["weatherflow", "weatherflow_cloud"]
}

View File

@ -6755,15 +6755,20 @@
},
"weatherflow": {
"name": "WeatherFlow",
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_push"
},
"weatherflow_cloud": {
"name": "WeatherflowCloud",
"integration_type": "hub",
"config_flow": true,
"iot_class": "cloud_polling"
"integrations": {
"weatherflow": {
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_push",
"name": "WeatherFlow"
},
"weatherflow_cloud": {
"integration_type": "hub",
"config_flow": true,
"iot_class": "cloud_polling",
"name": "WeatherflowCloud"
}
}
},
"webhook": {
"name": "Webhook",