Add Ambient Weather brand (#115898)

This commit is contained in:
Thomas Kistler 2024-06-21 01:51:46 -07:00 committed by GitHub
parent a6724db01b
commit aba5bb08dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 11 deletions

View File

@ -0,0 +1,5 @@
{
"domain": "ambient_weather",
"name": "Ambient Weather",
"integrations": ["ambient_network", "ambient_station"]
}

View File

@ -244,17 +244,22 @@
"config_flow": true,
"iot_class": "cloud_polling"
},
"ambient_network": {
"name": "Ambient Weather Network",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},
"ambient_station": {
"name": "Ambient Weather Station",
"integration_type": "hub",
"config_flow": true,
"iot_class": "cloud_push"
"ambient_weather": {
"name": "Ambient Weather",
"integrations": {
"ambient_network": {
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling",
"name": "Ambient Weather Network"
},
"ambient_station": {
"integration_type": "hub",
"config_flow": true,
"iot_class": "cloud_push",
"name": "Ambient Weather Station"
}
}
},
"amcrest": {
"name": "Amcrest",