mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +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)
|
||||
|
||||
SIGNIFICANT_DOMAINS = ('thermostat', 'climate')
|
||||
SIGNIFICANT_DOMAINS = ('thermostat', 'climate', 'water_heater')
|
||||
IGNORE_DOMAINS = ('zone', 'scene',)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user