diff --git a/.standard.yaml b/.standard.yaml index 6dc4b8b..393cfb7 100644 --- a/.standard.yaml +++ b/.standard.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 diff --git a/.standard_tuya_feit_dimmer.yaml b/.standard_tuya_feit_dimmer.yaml index 73f99a7..2f27668 100644 --- a/.standard_tuya_feit_dimmer.yaml +++ b/.standard_tuya_feit_dimmer.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 diff --git a/basement_bathroom_light_fan.yaml b/basement_bathroom_light_fan.yaml index 9180e28..462d94d 100644 --- a/basement_bathroom_light_fan.yaml +++ b/basement_bathroom_light_fan.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 diff --git a/basement_bathroom_sensor.yaml b/basement_bathroom_sensor.yaml index 8a448cc..0278959 100644 --- a/basement_bathroom_sensor.yaml +++ b/basement_bathroom_sensor.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 diff --git a/basement_bathroom_shower_light_heater.yaml b/basement_bathroom_shower_light_heater.yaml index a1a683e..7c182ba 100644 --- a/basement_bathroom_shower_light_heater.yaml +++ b/basement_bathroom_shower_light_heater.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 diff --git a/coffee_maker.yaml b/coffee_maker.yaml index e259065..812fd9a 100644 --- a/coffee_maker.yaml +++ b/coffee_maker.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 diff --git a/common/logger/logger.yaml b/common/logger/logger_debug.yaml similarity index 100% rename from common/logger/logger.yaml rename to common/logger/logger_debug.yaml diff --git a/common/logger/logger_tuya.yaml b/common/logger/logger_debug_no_serial.yaml similarity index 100% rename from common/logger/logger_tuya.yaml rename to common/logger/logger_debug_no_serial.yaml diff --git a/common/logger/logger_info.yaml b/common/logger/logger_info.yaml new file mode 100644 index 0000000..2a24094 --- /dev/null +++ b/common/logger/logger_info.yaml @@ -0,0 +1,2 @@ +logger: + level: INFO \ No newline at end of file diff --git a/common/logger/logger_tuya_no_log.yaml b/common/logger/logger_none.yaml similarity index 100% rename from common/logger/logger_tuya_no_log.yaml rename to common/logger/logger_none.yaml diff --git a/fire_pit_fountain.yaml b/fire_pit_fountain.yaml index 8a4c6ed..db7acc8 100644 --- a/fire_pit_fountain.yaml +++ b/fire_pit_fountain.yaml @@ -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 diff --git a/garage_fridge.yaml b/garage_fridge.yaml index 03aa7eb..6161c47 100644 --- a/garage_fridge.yaml +++ b/garage_fridge.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 diff --git a/kitchen_table_light.yaml b/kitchen_table_light.yaml index 5ed69b8..40a8e60 100644 --- a/kitchen_table_light.yaml +++ b/kitchen_table_light.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 diff --git a/master_bed.yaml b/master_bed.yaml index ff52ca4..92c2600 100644 --- a/master_bed.yaml +++ b/master_bed.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 diff --git a/office_light.yaml b/office_light.yaml index 1615c15..af61148 100644 --- a/office_light.yaml +++ b/office_light.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 diff --git a/patio_lights.yaml b/patio_lights.yaml index 929a28e..6321b1c 100644 --- a/patio_lights.yaml +++ b/patio_lights.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