Added hoermann_door.stop_polling and .start_polling as automations should that need arise somehow!
This commit is contained in:
@@ -12,6 +12,9 @@ esp32:
|
||||
ota:
|
||||
- platform: esphome
|
||||
password: !secret gd_passwd
|
||||
on_begin:
|
||||
then:
|
||||
- hoermann_door.stop_polling: door_controll_internal
|
||||
|
||||
api:
|
||||
encryption:
|
||||
@@ -44,8 +47,6 @@ uart:
|
||||
data_bits: 8 # Standard, just defined for clarity
|
||||
parity: EVEN # The chip uses even parity
|
||||
stop_bits: 1 # Standard, just defined for clarity
|
||||
|
||||
|
||||
|
||||
hoermann_door:
|
||||
id: door_controll_internal
|
||||
|
Reference in New Issue
Block a user