mirror of
https://github.com/nuttytree/ESPHome-Devices.git
synced 2024-08-30 18:12:19 +00:00
Logging updates
This commit is contained in:
parent
20c789b3cd
commit
64c46c5fcf
@ -12,7 +12,7 @@ esphome:
|
||||
<<: !include common/esphome.yaml
|
||||
|
||||
<<: !include common/common.yaml
|
||||
<<: !include common/logger/logger.yaml
|
||||
<<: !include common/logger/logger_none.yaml
|
||||
|
||||
binary_sensor:
|
||||
- !include common/binary_sensor/status.yaml
|
||||
|
@ -12,7 +12,7 @@ esphome:
|
||||
<<: !include common/esphome.yaml
|
||||
|
||||
<<: !include common/common_tuya_feit_dimmer.yaml
|
||||
<<: !include common/logger/logger_tuya_no_log.yaml
|
||||
<<: !include common/logger/logger_none.yaml
|
||||
|
||||
binary_sensor:
|
||||
- !include common/binary_sensor/status.yaml
|
||||
|
@ -12,7 +12,7 @@ esphome:
|
||||
<<: !include common/esphome.yaml
|
||||
|
||||
<<: !include common/common.yaml
|
||||
<<: !include common/logger/logger.yaml
|
||||
<<: !include common/logger/logger_none.yaml
|
||||
|
||||
binary_sensor:
|
||||
- !include common/binary_sensor/status.yaml
|
||||
|
@ -15,7 +15,7 @@ esphome:
|
||||
- output.turn_on: motion_pwr
|
||||
|
||||
<<: !include common/common.yaml
|
||||
<<: !include common/logger/logger.yaml
|
||||
<<: !include common/logger/logger_none.yaml
|
||||
|
||||
i2c:
|
||||
sda: D2
|
||||
|
@ -12,7 +12,7 @@ esphome:
|
||||
<<: !include common/esphome.yaml
|
||||
|
||||
<<: !include common/common.yaml
|
||||
<<: !include common/logger/logger.yaml
|
||||
<<: !include common/logger/logger_none.yaml
|
||||
|
||||
binary_sensor:
|
||||
- !include common/binary_sensor/status.yaml
|
||||
|
@ -12,7 +12,7 @@ esphome:
|
||||
<<: !include common/esphome.yaml
|
||||
|
||||
<<: !include common/common.yaml
|
||||
<<: !include common/logger/logger.yaml
|
||||
<<: !include common/logger/logger_none.yaml
|
||||
|
||||
binary_sensor:
|
||||
- !include common/binary_sensor/status.yaml
|
||||
|
2
common/logger/logger_info.yaml
Normal file
2
common/logger/logger_info.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
logger:
|
||||
level: INFO
|
@ -12,7 +12,7 @@ esphome:
|
||||
<<: !include common/esphome.yaml
|
||||
|
||||
<<: !include common/common.yaml
|
||||
<<: !include common/logger/logger.yaml
|
||||
<<: !include common/logger/logger_debug.yaml
|
||||
|
||||
binary_sensor:
|
||||
- !include common/binary_sensor/status.yaml
|
||||
|
@ -12,7 +12,7 @@ esphome:
|
||||
<<: !include common/esphome.yaml
|
||||
|
||||
<<: !include common/common.yaml
|
||||
<<: !include common/logger/logger.yaml
|
||||
<<: !include common/logger/logger_none.yaml
|
||||
|
||||
binary_sensor:
|
||||
- !include common/binary_sensor/status.yaml
|
||||
|
@ -12,7 +12,7 @@ esphome:
|
||||
<<: !include common/esphome.yaml
|
||||
|
||||
<<: !include common/common_tuya_feit_dimmer.yaml
|
||||
<<: !include common/logger/logger_tuya_no_log.yaml
|
||||
<<: !include common/logger/logger_none.yaml
|
||||
|
||||
binary_sensor:
|
||||
- !include common/binary_sensor/status.yaml
|
||||
|
@ -14,7 +14,7 @@ esphome:
|
||||
- bed_sensor.h
|
||||
|
||||
<<: !include common/common.yaml
|
||||
<<: !include common/logger/logger.yaml
|
||||
<<: !include common/logger/logger_none.yaml
|
||||
|
||||
binary_sensor:
|
||||
- !include common/binary_sensor/status.yaml
|
||||
|
@ -12,7 +12,7 @@ esphome:
|
||||
<<: !include common/esphome.yaml
|
||||
|
||||
<<: !include common/common_tuya_feit_dimmer.yaml
|
||||
<<: !include common/logger/logger_tuya_no_log.yaml
|
||||
<<: !include common/logger/logger_none.yaml
|
||||
|
||||
binary_sensor:
|
||||
- !include common/binary_sensor/status.yaml
|
||||
|
@ -12,7 +12,7 @@ esphome:
|
||||
<<: !include common/esphome.yaml
|
||||
|
||||
<<: !include common/common.yaml
|
||||
<<: !include common/logger/logger.yaml
|
||||
<<: !include common/logger/logger_none.yaml
|
||||
|
||||
binary_sensor:
|
||||
- !include common/binary_sensor/status.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user