auto-commit
This commit is contained in:
@@ -25,7 +25,7 @@ substitutions:
|
||||
device_make: "Peak Control - Jan Kocoń"
|
||||
device_model: "ESP32-PoE Main-Hub"
|
||||
project_version: "1.1"
|
||||
log_level: "WARN"
|
||||
log_level: "DEBUG"
|
||||
static_ip: "10.10.0.5"
|
||||
gateway: "10.10.0.1"
|
||||
subnet: "255.255.255.0"
|
||||
@@ -62,6 +62,11 @@ esp32:
|
||||
# Enable logging
|
||||
logger:
|
||||
level: "${log_level}"
|
||||
logs:
|
||||
sensor: WARN
|
||||
atc_mithermometer: WARN
|
||||
esp32_ble_tracker: WARN
|
||||
ble_advertise: WARN
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
@@ -968,8 +973,8 @@ binary_sensor:
|
||||
- ON for at most 350ms
|
||||
- OFF for at least 350ms
|
||||
then:
|
||||
- switch.toggle: hub2_out12 # Sypialnia Łóżko Lewa strona
|
||||
- switch.toggle: hub2_out1 # Sypialnia Łóżko Prawa strona
|
||||
- switch.turn_off: hub2_out12 # Sypialnia Łóżko Lewa strona
|
||||
- switch.turn_off: hub2_out1 # Sypialnia Łóżko Prawa strona
|
||||
- homeassistant.service:
|
||||
service: logbook.log
|
||||
data:
|
||||
@@ -1006,7 +1011,7 @@ binary_sensor:
|
||||
mode: INPUT
|
||||
inverted: True
|
||||
filters:
|
||||
- delayed_on_off: 50ms
|
||||
- delayed_on_off: 100ms
|
||||
id: hub1_in5
|
||||
on_multi_click:
|
||||
- timing:
|
||||
|
||||
Reference in New Issue
Block a user