mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Change IoT class for Moon to calculated (#97405)
This commit is contained in:
parent
cb033f7a7b
commit
15b7035ad0
@ -5,6 +5,6 @@
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/moon",
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"iot_class": "calculated",
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -3485,7 +3485,7 @@
|
||||
"moon": {
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
"iot_class": "calculated"
|
||||
},
|
||||
"mopeka": {
|
||||
"name": "Mopeka",
|
||||
|
Loading…
x
Reference in New Issue
Block a user