mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Kitchen outlet
This commit is contained in:
@@ -68,3 +68,9 @@ cards:
|
|||||||
cards:
|
cards:
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template: v3_button_brita_water
|
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
|
||||||
|
|||||||
@@ -431,6 +431,28 @@ script.brita_pour_water:
|
|||||||
type: custom:decluttering-card
|
type: custom:decluttering-card
|
||||||
template: brita_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:
|
sensor.desk_outlet_power:
|
||||||
title: Desk power
|
title: Desk power
|
||||||
card:
|
card:
|
||||||
|
|||||||
Reference in New Issue
Block a user