mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Add Ambient Weather brand (#115898)
This commit is contained in:
parent
a6724db01b
commit
aba5bb08dd
5
homeassistant/brands/ambient_weather.json
Normal file
5
homeassistant/brands/ambient_weather.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"domain": "ambient_weather",
|
||||
"name": "Ambient Weather",
|
||||
"integrations": ["ambient_network", "ambient_station"]
|
||||
}
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user