diff --git a/config/lovelace/home_dashboard/kitchen_dashboard_card.yaml b/config/lovelace/home_dashboard/kitchen_dashboard_card.yaml index deffbd1..99e37e6 100644 --- a/config/lovelace/home_dashboard/kitchen_dashboard_card.yaml +++ b/config/lovelace/home_dashboard/kitchen_dashboard_card.yaml @@ -68,3 +68,9 @@ cards: cards: - type: custom:button-card template: v3_button_brita_water + - type: custom:button-card + template: v3_button_power + entity: switch.kitchen_outlet + name: Outlet + variables: + power_sensor: sensor.kitchen_outlet_electric_consumption_w diff --git a/config/lovelace/popup_cards.yaml b/config/lovelace/popup_cards.yaml index 45f605f..dba5838 100644 --- a/config/lovelace/popup_cards.yaml +++ b/config/lovelace/popup_cards.yaml @@ -431,6 +431,28 @@ script.brita_pour_water: type: custom:decluttering-card template: brita_card +sensor.kitchen_outlet_electric_consumption_w: + title: Kitchen power + card: + type: entities + entities: + - entity: switch.kitchen_outlet + name: Turned on + - entity: light.kitchen_outlet + name: Light + - entity: sensor.kitchen_outlet_electric_consumption_v + name: Voltage + - entity: sensor.kitchen_outlet_electric_consumption_a + name: Amperes + - entity: sensor.kitchen_outlet_electric_consumption_w + name: Watts + - entity: sensor.kitchen_outlet_electric_consumption_kwh + name: kWh + - entity: binary_sensor.kitchen_outlet_power_management_over_current_detected + name: Over-current detected + - entity: binary_sensor.kitchen_outlet_power_management_over_load_detected + name: Over-load detected + sensor.desk_outlet_power: title: Desk power card: