Skip to content

Commit

Permalink
Make Weatherflow a brand (home-assistant#118785)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Jun 4, 2024
1 parent 1877c1e commit 0aac4b2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
5 changes: 5 additions & 0 deletions homeassistant/brands/weatherflow.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"domain": "weatherflow",
"name": "WeatherFlow",
"integrations": ["weatherflow", "weatherflow_cloud"]
}
23 changes: 14 additions & 9 deletions homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0aac4b2

Please sign in to comment.