From d16cd1afe95a3a86d132cd9a29d00c0658a631dc Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 29 May 2025 17:31:50 -0400 Subject: [PATCH] Add outdoor temp and lux to front porch card on main dashboard --- main_dashboard.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/main_dashboard.yaml b/main_dashboard.yaml index 11def10..0fb26a4 100644 --- a/main_dashboard.yaml +++ b/main_dashboard.yaml @@ -2969,6 +2969,16 @@ views: entities: - entity: input_select.front_porch_scenes show_header_toggle: false + - type: glance + show_name: true + show_icon: true + show_state: true + state_color: true + entities: + - entity: sensor.home_tempest_temperature + name: Temp + - entity: sensor.home_tempest_illuminance + name: Lux - type: glance show_name: true show_icon: true