diff --git a/config/lovelace/advanced_dashboard/09_network.yaml b/config/lovelace/advanced_dashboard/09_network.yaml index a6d8fe5..fdcc83a 100644 --- a/config/lovelace/advanced_dashboard/09_network.yaml +++ b/config/lovelace/advanced_dashboard/09_network.yaml @@ -40,6 +40,7 @@ cards: icon: mdi:home-assistant entities: - binary_sensor.updater + - sensor.hacs - sensor.uptime - entity: sensor.home_assistant_v2_db name: Database diff --git a/config/lovelace/advanced_dashboard/12_test.yaml b/config/lovelace/advanced_dashboard/12_test.yaml index 2e8052a..cabd875 100644 --- a/config/lovelace/advanced_dashboard/12_test.yaml +++ b/config/lovelace/advanced_dashboard/12_test.yaml @@ -29,6 +29,10 @@ cards: - entity: sensor.carbon_activity - entity: sensor.carbon_last_update_trigger + - type: custom:mini-graph-card + entities: + - sensor.dark_sky_cloud_coverage + - sensor.dark_sky_precip_intensity - type: "custom:mini-graph-card" animate: true entities: diff --git a/config/packages/modules/lighting/by_rooms/kitchen.yaml b/config/packages/modules/lighting/by_rooms/kitchen.yaml index b23f486..3cf9fe9 100644 --- a/config/packages/modules/lighting/by_rooms/kitchen.yaml +++ b/config/packages/modules/lighting/by_rooms/kitchen.yaml @@ -15,7 +15,9 @@ automation: state: 'below_horizon' action: - service: light.turn_on - entity_id: light.tuya_kitchen_all_lights + entity_id: + - light.tuya_kitchen_all_lights + - light.browser_kitchen - alias: Lighting · Kitchen · Day mode · Motion · Turn lights off trigger: @@ -30,7 +32,9 @@ automation: state: 'day' action: - service: light.turn_off - entity_id: light.tuya_kitchen_all_lights + entity_id: + - light.tuya_kitchen_all_lights + - light.browser_kitchen - alias: Lighting · Kitchen · Night mode · Motion · Turn lights on trigger: @@ -42,9 +46,11 @@ automation: value_template: "{{ not is_state('input_select.house_mode', 'day') }}" action: - service: light.turn_on - entity_id: light.light_le_12 + entity_id: + - light.light_le_12 + - light.browser_kitchen data: - brightness_pct: 13 # this is the lowest it'll go ¯\_(ツ)_/¯ + brightness_pct: 13 # this is the lowest LE will go ¯\_(ツ)_/¯ - alias: Lighting · Kitchen · Night mode · Motion · Turn lights off trigger: @@ -62,4 +68,6 @@ automation: data: brightness_pct: 100 - service: light.turn_off - entity_id: light.light_le_12 + entity_id: + - light.light_le_12 + - light.browser_kitchen