From d3319adcbe03b031096b4c410914a20cff43e266 Mon Sep 17 00:00:00 2001 From: Michal Date: Tue, 27 Jan 2026 19:13:23 +0100 Subject: [PATCH] Update common/basic.yaml --- common/basic.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/common/basic.yaml b/common/basic.yaml index 7f62a06..17e41f1 100644 --- a/common/basic.yaml +++ b/common/basic.yaml @@ -1,7 +1,7 @@ esphome: name: $devicename friendly_name: $friendly_name - comment: $comment + comment: ${friendly_name} by Cucky # Enable logging @@ -28,13 +28,14 @@ web_server: button: - platform: restart name: ${friendly_name} restart + entity_category: config -sensor: - - platform: uptime - id: uptime_sec - update_interval: 60s - disabled_by_default: true # nezobrazit v HA +#sensor: +# - platform: uptime +# id: uptime_sec +# update_interval: 60s +# disabled_by_default: true # nezobrazit v HA text_sensor: - platform: version