Rename 'Sleep mode' switch (#714)

* Rename 'Sleep mode' switch

Renamed from `Sleep Modus` to `Sleep mode`.

Breaking change: This will rename the entity_id of that switch and this can affect existing automations created by users and also will require changes in the blueprint if #698 is merged.
Note: Variable names in HMI/TFT not renamed.

* Align with other PR
This commit is contained in:
Edward Firmo
2023-04-24 12:40:44 +02:00
committed by GitHub
parent 374502c6d8
commit 19e6374e03
2 changed files with 12 additions and 12 deletions

View File

@@ -3347,7 +3347,7 @@ trigger_variables:
nspaneltemp: 'sensor.{{ nspanel_name }}_temperature'
settings_entity: 'sensor.{{ nspanel_name }}_settings_entity'
reboot_button: 'button.{{ nspanel_name }}_restart'
switch_sleep_mode: 'switch.{{ nspanel_name }}_sleep_modus'
switch_sleep_mode: 'switch.{{ nspanel_name }}_sleep_mode'
##### notification Trigger #####
notification_unread: 'switch.{{ nspanel_name }}_notification_unread'