mirror of
https://github.com/Anonym-tsk/smart-domofon.git
synced 2025-12-10 05:26:58 +03:00
Build fix
This commit is contained in:
@@ -20,7 +20,7 @@ binary_sensor:
|
|||||||
# Accept HW button
|
# Accept HW button
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${board_name} button"
|
name: "${board_name} button"
|
||||||
id: button
|
id: button_hw
|
||||||
pin:
|
pin:
|
||||||
number: $pin_btn_accept
|
number: $pin_btn_accept
|
||||||
mode: INPUT
|
mode: INPUT
|
||||||
@@ -93,4 +93,4 @@ binary_sensor:
|
|||||||
id(mode_auto_open_once) = true;
|
id(mode_auto_open_once) = true;
|
||||||
id(mode_auto_reject) = false;
|
id(mode_auto_reject) = false;
|
||||||
}
|
}
|
||||||
# - <<: !include includes/binary_sensor.captive.yaml
|
# - <<: !include includes/binary_sensor.captive.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user