Merge pull request #5 from geekofweek/patch-1

Patch 1 ulanzi sample.yaml
pull/6/head
LuBeDa 3 years ago committed by GitHub
commit 5fe63f2d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,6 +15,7 @@ substitutions:
scl_pin: GPIO22 scl_pin: GPIO22
sda_pin: GPIO21 sda_pin: GPIO21
switch:
- platform: template - platform: template
name: "Auto-Adjust Brightness" name: "Auto-Adjust Brightness"
id: switch_autobrightness id: switch_autobrightness
@ -53,7 +54,7 @@ external_components:
- source: - source:
type: git type: git
url: https://github.com/lubeda/EspHoMaTriXv2 url: https://github.com/lubeda/EspHoMaTriXv2
ref: release ref: main
refresh: 60s refresh: 60s
components: [ ehmtxv2 ] components: [ ehmtxv2 ]
@ -98,6 +99,7 @@ logger:
level: WARN level: WARN
api: api:
services:
- service: tune - service: tune
variables: variables:
tune: string tune: string
@ -249,7 +251,7 @@ ehmtxv2:
url: https://user-images.githubusercontent.com/16407309/224850723-634c9b2d-55d9-44f2-9f93-765c0485b090.gif url: https://user-images.githubusercontent.com/16407309/224850723-634c9b2d-55d9-44f2-9f93-765c0485b090.gif
on_next_screen: on_next_screen:
- homeassistant.event: - homeassistant.event:
event: ehmtxv2.new_screen event: esphome.new_screen
data_template: data_template:
iconname: !lambda "return x.c_str();" iconname: !lambda "return x.c_str();"
text: !lambda "return y.c_str();" text: !lambda "return y.c_str();"

Loading…
Cancel
Save