mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 16:15:08 +02:00
More unrelated changes
This commit is contained in:
@@ -185,6 +185,8 @@ RELOADABLE_PLATFORMS = [
|
||||
Platform.WATER_HEATER,
|
||||
]
|
||||
|
||||
TEMPLATE_ERRORS = (jinja2.TemplateError, TemplateError, TypeError, ValueError)
|
||||
|
||||
SUPPORTED_COMPONENTS = {
|
||||
"alarm_control_panel",
|
||||
"binary_sensor",
|
||||
@@ -215,5 +217,3 @@ SUPPORTED_COMPONENTS = {
|
||||
"valve",
|
||||
"water_heater",
|
||||
}
|
||||
|
||||
TEMPLATE_ERRORS = (jinja2.TemplateError, TemplateError, TypeError, ValueError)
|
||||
|
Reference in New Issue
Block a user