mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Mark water_heater as significant domain (#21390)
This commit is contained in:
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',)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user