mirror of
https://github.com/nuttytree/ESPHome-Devices.git
synced 2024-08-30 18:12:19 +00:00
23 lines
378 B
YAML
23 lines
378 B
YAML
substitutions:
|
|
device_id:
|
|
device_name:
|
|
platform:
|
|
board:
|
|
|
|
esphome:
|
|
<<: !include common/esphome.yaml
|
|
|
|
<<: !include common/common.yaml
|
|
<<: !include common/logger.yaml
|
|
|
|
binary_sensor:
|
|
<<: !include common/binary_sensors.yaml
|
|
|
|
sensor:
|
|
<<: !include common/sensors.yaml
|
|
|
|
switch:
|
|
<<: !include common/switches.yaml
|
|
|
|
text_sensor:
|
|
<<: !include common/text_sensors.yaml |