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