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, "config_flow": true,
"iot_class": "cloud_polling" "iot_class": "cloud_polling"
}, },
"ambient_network": { "ambient_weather": {
"name": "Ambient Weather Network", "name": "Ambient Weather",
"integration_type": "service", "integrations": {
"config_flow": true, "ambient_network": {
"iot_class": "cloud_polling" "integration_type": "service",
}, "config_flow": true,
"ambient_station": { "iot_class": "cloud_polling",
"name": "Ambient Weather Station", "name": "Ambient Weather Network"
"integration_type": "hub", },
"config_flow": true, "ambient_station": {
"iot_class": "cloud_push" "integration_type": "hub",
"config_flow": true,
"iot_class": "cloud_push",
"name": "Ambient Weather Station"
}
}
}, },
"amcrest": { "amcrest": {
"name": "Amcrest", "name": "Amcrest",