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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user