1
0
Fork 0
ha-config/lovelace/lovelace.bos_office.yaml

79 lines
2.5 KiB
YAML
Raw Normal View History

2022-05-11 16:41:13 +10:00
config:
views:
- badges: []
cards:
- chips:
- entity: light.bos_office
type: light
use_light_color: true
2022-05-19 18:26:15 +10:00
- entity: switch.bos_office_heater
icon: mdi:radiator
tap_action:
action: toggle
type: entity
- content_info: name
entity: switch.bo_s_desk_plug
icon: mdi:power-plug
name: Desk
tap_action:
action: toggle
type: entity
- content_info: name
entity: switch.bo_s_office_plug
icon: mdi:power-plug
name: Chair
tap_action:
action: toggle
type: entity
2022-05-11 16:41:13 +10:00
- entity: binary_sensor.bo_s_office_door_contact
type: entity
use_entity_picture: false
- entity: binary_sensor.bo_s_office_is_occupied
2022-05-12 13:08:48 +10:00
type: entity
- entity: binary_sensor.bo_s_office_motion
2022-05-11 16:41:13 +10:00
type: entity
2022-05-19 18:26:15 +10:00
- entity: binary_sensor.bo_s_office_pir_2_occupancy
type: entity
2022-05-11 16:41:13 +10:00
- entity: sensor.ble_temperature_bos_office_a4c1380f0b98
type: entity
- entity: sensor.ble_humidity_bos_office_a4c1380f0b98
type: entity
2022-07-19 18:53:10 +10:00
- content: "{{ \n \"{:,}\".format(\n (states('sensor.bo_s_desk_plug_power')\
\ | float(default=0)\n +\n states('sensor.bo_s_office_plug_power')\
2022-08-24 14:25:06 +10:00
\ | float(default=0)\n +\n states('sensor.bo_s_office_heater_power')\
2022-07-19 18:53:10 +10:00
\ | float(default=0)\n ) | round\n )\n}} W"
icon: mdi:flash
type: template
2022-05-11 16:41:13 +10:00
- entity: sensor.bo_s_office_perception
type: entity
2022-05-13 18:26:34 +10:00
- entity: sensor.bo_s_office_simmerzone
type: entity
2022-05-14 08:26:56 +10:00
- entity: weather.home_weather
show_conditions: true
show_temperature: true
type: weather
- entity: sensor.bo_s_office_heatindex
2022-05-19 18:26:15 +10:00
icon: tc:heat-index
2022-05-14 08:26:56 +10:00
type: entity
2022-05-11 16:41:13 +10:00
type: custom:mushroom-chips-card
2022-07-19 18:53:10 +10:00
- cards:
- entities:
- entity: automation.warm_up_bo_s_office
2023-04-25 07:36:58 +10:00
icon: mdi:heating-coil
name: Keep warm
- entity: input_number.bo_s_office_target_temperature
icon: mdi:temperature-celsius
name: Target
2022-05-11 16:41:13 +10:00
type: entities
2022-07-19 18:53:10 +10:00
- entities:
- entity: sensor.ble_temperature_bos_office_a4c1380f0b98
- entity: sensor.ble_humidity_bos_office_a4c1380f0b98
type: history-graph
layout: {}
layout_type: masonry
type: custom:layout-card
2022-05-11 16:41:13 +10:00
icon: mdi:chair-rolling
theme: Backend-selected
title: Bo's Office
type: custom:grid-layout