mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Make Weatherflow a brand (#118785)
This commit is contained in:
parent
1877c1eec9
commit
0aac4b26a4
5
homeassistant/brands/weatherflow.json
Normal file
5
homeassistant/brands/weatherflow.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"domain": "weatherflow",
|
||||||
|
"name": "WeatherFlow",
|
||||||
|
"integrations": ["weatherflow", "weatherflow_cloud"]
|
||||||
|
}
|
@ -6755,15 +6755,20 @@
|
|||||||
},
|
},
|
||||||
"weatherflow": {
|
"weatherflow": {
|
||||||
"name": "WeatherFlow",
|
"name": "WeatherFlow",
|
||||||
|
"integrations": {
|
||||||
|
"weatherflow": {
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push",
|
||||||
|
"name": "WeatherFlow"
|
||||||
},
|
},
|
||||||
"weatherflow_cloud": {
|
"weatherflow_cloud": {
|
||||||
"name": "WeatherflowCloud",
|
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling",
|
||||||
|
"name": "WeatherflowCloud"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"webhook": {
|
"webhook": {
|
||||||
"name": "Webhook",
|
"name": "Webhook",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user