mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Mark water_heater as significant domain (#21390)
This commit is contained in:
committed by
Fabian Affolter
parent
f190b698c6
commit
a50bcdff1a
@@ -29,7 +29,7 @@ CONFIG_SCHEMA = vol.Schema({
|
|||||||
})
|
})
|
||||||
}, extra=vol.ALLOW_EXTRA)
|
}, extra=vol.ALLOW_EXTRA)
|
||||||
|
|
||||||
SIGNIFICANT_DOMAINS = ('thermostat', 'climate')
|
SIGNIFICANT_DOMAINS = ('thermostat', 'climate', 'water_heater')
|
||||||
IGNORE_DOMAINS = ('zone', 'scene',)
|
IGNORE_DOMAINS = ('zone', 'scene',)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user