yaml tidyups and warning removals
This commit is contained in:
@@ -360,6 +360,7 @@ status_led:
|
||||
pin:
|
||||
number: GPIO2
|
||||
inverted: yes
|
||||
ignore_strapping_warning: true # GPIO2: This just supresses a warning, we know what we are doing
|
||||
|
||||
##########################################################################################
|
||||
# SCRIPT COMPONENT
|
||||
@@ -478,6 +479,7 @@ binary_sensor:
|
||||
number: GPIO05
|
||||
mode: INPUT
|
||||
inverted: true
|
||||
ignore_strapping_warning: true # GPIO05: This just supresses a warning, we know what we are doing
|
||||
name: "Button 3: ${switch_3_name}"
|
||||
filters:
|
||||
- delayed_on: 50ms
|
||||
@@ -864,7 +866,7 @@ sensor:
|
||||
pin: GPIO36
|
||||
id: dimmer_raw
|
||||
name: "${variable_1_name} Raw"
|
||||
attenuation: 11db
|
||||
attenuation: 12db
|
||||
update_interval: 0.5s
|
||||
on_value:
|
||||
then:
|
||||
|
||||
Reference in New Issue
Block a user