From 8116e6ef2fb4bf5ff918edee9c893c67014bc2db Mon Sep 17 00:00:00 2001 From: aes-alienrip <73251414+aes-alienrip@users.noreply.github.com> Date: Sat, 4 May 2024 19:55:47 +0800 Subject: [PATCH] Add sensor.hko_warnsum & sensor.hko_warninginfo --- lovelace.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lovelace.yaml b/lovelace.yaml index 2d5762c..89216c4 100644 --- a/lovelace.yaml +++ b/lovelace.yaml @@ -11,6 +11,8 @@ show_decimals_apparent: false show_decimals_today: true show_decimals_pressure: true entity_sun: sun.sun +entity_warnsum: sensor.hko_warnsum +entity_warninginfo: sensor.hko_warninginfo entity_temperature: sensor.hko_temperature entity_daytime_high: sensor.hko_temperature_max entity_daytime_low: sensor.hko_temperature_min