Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9aa8421117 |
@@ -736,7 +736,7 @@ switch:
|
|||||||
platform: template
|
platform: template
|
||||||
id: notification_unread
|
id: notification_unread
|
||||||
entity_category: config
|
entity_category: config
|
||||||
restore_state: true
|
restore_mode: RESTORE_DEFAULT_OFF
|
||||||
optimistic: true
|
optimistic: true
|
||||||
|
|
||||||
##### Notification sound #####
|
##### Notification sound #####
|
||||||
@@ -744,7 +744,6 @@ switch:
|
|||||||
platform: template
|
platform: template
|
||||||
id: notification_sound
|
id: notification_sound
|
||||||
entity_category: config
|
entity_category: config
|
||||||
restore_state: true
|
|
||||||
optimistic: true
|
optimistic: true
|
||||||
restore_mode: RESTORE_DEFAULT_OFF
|
restore_mode: RESTORE_DEFAULT_OFF
|
||||||
|
|
||||||
@@ -753,7 +752,7 @@ switch:
|
|||||||
platform: template
|
platform: template
|
||||||
id: confirmation_message
|
id: confirmation_message
|
||||||
entity_category: config
|
entity_category: config
|
||||||
restore_state: false
|
restore_mode: RESTORE_DEFAULT_OFF
|
||||||
optimistic: true
|
optimistic: true
|
||||||
|
|
||||||
##### PHYSICAL SWITCH 1 #####
|
##### PHYSICAL SWITCH 1 #####
|
||||||
@@ -790,7 +789,6 @@ switch:
|
|||||||
id: sleep_mode
|
id: sleep_mode
|
||||||
entity_category: config
|
entity_category: config
|
||||||
restore_mode: RESTORE_DEFAULT_OFF
|
restore_mode: RESTORE_DEFAULT_OFF
|
||||||
restore_state: true
|
|
||||||
optimistic: false
|
optimistic: false
|
||||||
turn_on_action: &sleep_mode-turn_on
|
turn_on_action: &sleep_mode-turn_on
|
||||||
- logger.log: "Sleep mode - Turn on"
|
- logger.log: "Sleep mode - Turn on"
|
||||||
@@ -812,7 +810,6 @@ switch:
|
|||||||
platform: template
|
platform: template
|
||||||
id: relay1_fallback
|
id: relay1_fallback
|
||||||
entity_category: config
|
entity_category: config
|
||||||
restore_state: true
|
|
||||||
optimistic: true
|
optimistic: true
|
||||||
restore_mode: RESTORE_DEFAULT_OFF
|
restore_mode: RESTORE_DEFAULT_OFF
|
||||||
|
|
||||||
@@ -820,7 +817,6 @@ switch:
|
|||||||
platform: template
|
platform: template
|
||||||
id: relay2_fallback
|
id: relay2_fallback
|
||||||
entity_category: config
|
entity_category: config
|
||||||
restore_state: true
|
|
||||||
optimistic: true
|
optimistic: true
|
||||||
restore_mode: RESTORE_DEFAULT_OFF
|
restore_mode: RESTORE_DEFAULT_OFF
|
||||||
|
|
||||||
@@ -904,7 +900,7 @@ display:
|
|||||||
- logger.log: "Nextion start - Jump to page 8"
|
- logger.log: "Nextion start - Jump to page 8"
|
||||||
- lambda: id(disp1).send_command_printf("page 8");
|
- lambda: id(disp1).send_command_printf("page 8");
|
||||||
- logger.log: "Nextion start - Publish ESPHome version"
|
- logger.log: "Nextion start - Publish ESPHome version"
|
||||||
- lambda: id(disp1).set_component_text_printf("boot.esph_version", "%s", "3.4"); ### esphome-version ###
|
- lambda: id(disp1).set_component_text_printf("boot.esph_version", "%s", "3.4.1"); ### esphome-version ###
|
||||||
- logger.log: "Nextion start - Wait for Home Assistant API"
|
- logger.log: "Nextion start - Wait for Home Assistant API"
|
||||||
- wait_until:
|
- wait_until:
|
||||||
api.connected
|
api.connected
|
||||||
|
|||||||
Reference in New Issue
Block a user