mirror of
https://github.com/esphome/esphome.git
synced 2026-08-31 01:56:01 +00:00
25 lines
412 B
YAML
25 lines
412 B
YAML
hoermann_hcp:
|
|
id: hoermann_hcp_hub
|
|
modbus_id: modbus_server_bus
|
|
|
|
cover:
|
|
- platform: hoermann_hcp
|
|
name: Garage Door
|
|
device_class: garage
|
|
|
|
binary_sensor:
|
|
- platform: hoermann_hcp
|
|
is_connected:
|
|
name: Garage Connected
|
|
|
|
button:
|
|
- platform: hoermann_hcp
|
|
vent:
|
|
name: Garage Vent
|
|
half_open:
|
|
name: Garage Half Open
|
|
|
|
light:
|
|
- platform: hoermann_hcp
|
|
name: Garage Light
|