mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +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": {
|
||||
"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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user