mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
75fb9c2ab8
finally fixing hvac-multisensor. All of this was caused by the display switch referenced the display while it wasn't plugged in. Updated code to check for the existence first.
34 lines
600 B
YAML
34 lines
600 B
YAML
esphome:
|
|
name: ${devicename}
|
|
comment: ${comment}
|
|
friendly_name: ${friendly_name}
|
|
# platform: ${platform}
|
|
# board: ${board}
|
|
|
|
# Enable logging
|
|
logger:
|
|
|
|
# Sync time with Home Assistant.
|
|
time:
|
|
- platform: homeassistant
|
|
id: homeassistant_time
|
|
|
|
# Enable Home Assistant API
|
|
api:
|
|
reboot_timeout: 15min
|
|
|
|
ota:
|
|
- platform: esphome
|
|
|
|
binary_sensor:
|
|
- <<: !include binary_sensor/status_sensor.config.yaml
|
|
|
|
button:
|
|
- <<: !include button/restart_button.config.yaml
|
|
|
|
sensor:
|
|
- <<: !include sensor/uptime_sensor.config.yaml
|
|
|
|
text_sensor:
|
|
- <<: !include text_sensor/version_sensor.config.yaml
|