1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Add host time platform; remove host support from sntp. (#6854)

This commit is contained in:
Clyde Stubbs
2024-06-04 13:09:46 +10:00
committed by GitHub
parent 78b48209aa
commit cdf83c5d8c
8 changed files with 69 additions and 22 deletions

View File

@@ -1,15 +1,10 @@
time:
- platform: sntp
- platform: host
id: esptime
timezone: Australia/Sydney
logger:
level: VERBOSE
logs:
lvgl: INFO
display: DEBUG
sensor: INFO
vnc: DEBUG
host:
mac_address: "62:23:45:AF:B3:DD"

View File

@@ -0,0 +1 @@
<<: !include common.yaml