Skip to content
Snippets Groups Projects
Commit d709bafd authored by 3d's avatar 3d
Browse files

copy paste error

parent 654b6ee6
No related branches found
No related tags found
No related merge requests found
{% set devicename = "esphome_popcorn" %} {% set devicename = "esphome_popcorn" %}
on_boot: {% include "/includes/ansible.inc.yaml" %}
{% include "/includes/board.esp32-doit-devkit-v1.inc.yaml" %}
on_boot:
- priority: 600 - priority: 600
then: then:
- display.page.show: page1 - display.page.show: page1
...@@ -82,31 +85,6 @@ on_boot: ...@@ -82,31 +85,6 @@ on_boot:
green: 0% green: 0%
blue: 0% blue: 0%
- display.page.show: page3 - display.page.show: page3
{% include "/includes/ansible.inc.yaml" %}
{% include "/includes/board.esp32-doit-devkit-v1.inc.yaml" %}
on_boot:
- priority: 600
then:
- light.turn_on:
id: status_led
effect: BootUp
- display.page.show: page1
- priority: 250
then:
- light.addressable_set:
id: status_led
range_from: 0
range_to: 2
red: 0%
green: 100%
blue: 0%
- priority: -100
then:
- light.turn_off:
id: status_led
- display.page.show: page3
{% include "/includes/common.inc.yaml" %} {% include "/includes/common.inc.yaml" %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment