Renamed master bedroom fan entities for consistency

This commit is contained in:
2023-01-01 16:04:34 -05:00
parent 1a2706fd09
commit f5b38557ed
4 changed files with 4 additions and 4 deletions

View File

@ -387,7 +387,7 @@
"The master bedroom air conditioner will remain inactive tonight. "
{% endif %}
{% endif %}
{% if is_state('fan.master_bedroom_fan_socket_1','on') %}
{% if is_state('fan.master_bedroom_fan','on') %}
"The master bedroom fan is already running. "
{% elif is_state('input_select.scheduled_climate_mode_master_bedroom_fan','Fan') %}
"The master bedroom fan will activate at {{ (state_attr('input_datetime.master_bedroom_fan','timestamp') | int | timestamp_custom('%I:%M %p', False)) }}. "