From 875784a5c0d4852efda8b5478e3aa6a10ef151fc Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 2 Feb 2026 09:04:57 +0100 Subject: [PATCH] Added two sonoff sensors & removed log from files --- configuration.yaml | 6 +++--- devices.yaml | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 287386a..af89b0c 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -1,4 +1,4 @@ -version: 4 +version: 5 # Required: serial settings serial: @@ -218,8 +218,8 @@ advanced: #log_console_json: false # Optional: Output location of the log (default: shown below), leave empty to suppress logging (log_output: []) # possible options: 'console', 'file', 'syslog' - #log_output: - # - console + log_output: + - console # - file # Create a symlink called "current" in the log directory which points to the latests log directory. (default: false) #log_symlink_current: false diff --git a/devices.yaml b/devices.yaml index 3792aa9..1a6bafa 100644 --- a/devices.yaml +++ b/devices.yaml @@ -135,3 +135,7 @@ friendly_name: Sensore Acqua Bagno Piccolo '0x00158d0008d09473': friendly_name: Sensore Acqua Bagno Grande +'0x8c65a3fffeef5eac': + friendly_name: Sensore Acqua Veranda +'0xc4d8c8fffe04723d': + friendly_name: Sensore Presenza Bagno Grande -- 2.47.3