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": { "weatherflow": {
"name": "WeatherFlow", "name": "WeatherFlow",
"integration_type": "hub", "integrations": {
"config_flow": true, "weatherflow": {
"iot_class": "local_push" "integration_type": "hub",
}, "config_flow": true,
"weatherflow_cloud": { "iot_class": "local_push",
"name": "WeatherflowCloud", "name": "WeatherFlow"
"integration_type": "hub", },
"config_flow": true, "weatherflow_cloud": {
"iot_class": "cloud_polling" "integration_type": "hub",
"config_flow": true,
"iot_class": "cloud_polling",
"name": "WeatherflowCloud"
}
}
}, },
"webhook": { "webhook": {
"name": "Webhook", "name": "Webhook",