mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -11,7 +11,7 @@ logger:
|
||||
# Sync time with Home Assistant.
|
||||
time:
|
||||
- platform: homeassistant
|
||||
id: homeassistant_time
|
||||
id: local_homeassistant_time
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
@@ -23,8 +23,12 @@ ota:
|
||||
- platform: esphome
|
||||
password: !secret ota-password
|
||||
|
||||
debug:
|
||||
update_interval: 10s
|
||||
|
||||
packages:
|
||||
binary_sensor: !include binary_sensor/status_sensor.config.yaml
|
||||
button: !include button/restart_button.config.yaml
|
||||
sensor: !include sensor/uptime_sensor.config.yaml
|
||||
debug: !include sensor/debug_sensor.config.yaml
|
||||
text_sensor: !include text_sensor/version_sensor.config.yaml
|
||||
|
||||
Reference in New Issue
Block a user