mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 02:18:24 +00:00
fix(esphome): rm cycle logs
This commit is contained in:
@@ -47,7 +47,8 @@ time:
|
||||
- platform: sntp
|
||||
id: time_sntp
|
||||
timezone: "Asia/Singapore"
|
||||
update_interval: 6h
|
||||
update_interval: 1h
|
||||
servers: [time.apple.com] # Apple is stratum 1 in SEA
|
||||
|
||||
# Optimizations
|
||||
logger:
|
||||
|
||||
@@ -23,6 +23,13 @@ climate: # Climate entity config
|
||||
name: "Air Conditioner - $${area}"
|
||||
icon: mdi:air-conditioner
|
||||
update_interval: 2s # update interval can be adjusted after a first run and logs monitoring
|
||||
visual:
|
||||
min_temperature: 16
|
||||
max_temperature: 27
|
||||
compressor_frequency_sensor:
|
||||
name: Compressor Frequency
|
||||
entity_category: diagnostic
|
||||
disabled_by_default: false
|
||||
outside_air_temperature_sensor:
|
||||
name: Outside Air Temp
|
||||
disabled_by_default: false
|
||||
@@ -53,3 +60,6 @@ uart:
|
||||
# TX and RX have to be inverted from pinout
|
||||
tx_pin: GPIO44
|
||||
rx_pin: GPIO43
|
||||
logger:
|
||||
logs:
|
||||
CYCLE: WARN
|
||||
|
||||
Reference in New Issue
Block a user