Change bed mode icon

This commit is contained in:
2020-05-01 16:17:32 +03:00
parent e438b2a78b
commit caf330bfed

View File

@@ -19,7 +19,7 @@ binary_sensor:
{% if is_state('input_select.house_mode', 'day') %}
mdi:weather-sunny
{% elif is_state('input_select.house_mode', 'bed') %}
mdi:bed-queen
mdi:bed-king-outline
{% else %}
mdi:weather-night
{% endif %}