We have published a new support article on ESPHome customizing outputs. You can access it on our help site here
Very helpful, thank you!
Hi there
is there a way how one can change a binary_sensor to a switch in one of the zones with esphome?
My old Konnected config looked like this:
- id: xxxxxxxx host: 192.x.x.x port: 12070 discovery: false switches: - zone: 2 name: piezo momentary: 65 pause: 55 repeat: 4 - zone: out name: screamer
I can access the screamer from the switch as per above, but not sure how I can change the zone2 into a momentary switch with esphome.