mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Reduce polling for Netatmo weather station sensors (#41858)
This commit is contained in:
@@ -41,7 +41,7 @@ DEFAULT_INTERVALS = {
|
||||
HOMEDATA_DATA_CLASS_NAME: 900,
|
||||
HOMESTATUS_DATA_CLASS_NAME: 300,
|
||||
CAMERA_DATA_CLASS_NAME: 900,
|
||||
WEATHERSTATION_DATA_CLASS_NAME: 300,
|
||||
WEATHERSTATION_DATA_CLASS_NAME: 600,
|
||||
HOMECOACH_DATA_CLASS_NAME: 300,
|
||||
PUBLICDATA_DATA_CLASS_NAME: 600,
|
||||
}
|
||||
|
Reference in New Issue
Block a user