Mark water_heater as significant domain (#21390)

This commit is contained in:
Joakim Plate 2019-02-25 07:45:40 +01:00 committed by Fabian Affolter
parent f190b698c6
commit a50bcdff1a

View File

@ -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',)