Home Assistant Git Exporter
parent
ab89201cd8
commit
8d4f7d4445
|
@ -6,6 +6,25 @@ config:
|
||||||
- entity: light.bos_office
|
- entity: light.bos_office
|
||||||
type: light
|
type: light
|
||||||
use_light_color: true
|
use_light_color: true
|
||||||
|
- 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
|
||||||
- entity: binary_sensor.bo_s_office_door_contact
|
- entity: binary_sensor.bo_s_office_door_contact
|
||||||
type: entity
|
type: entity
|
||||||
use_entity_picture: false
|
use_entity_picture: false
|
||||||
|
@ -13,6 +32,8 @@ config:
|
||||||
type: entity
|
type: entity
|
||||||
- entity: binary_sensor.bo_s_office_motion
|
- entity: binary_sensor.bo_s_office_motion
|
||||||
type: entity
|
type: entity
|
||||||
|
- entity: binary_sensor.bo_s_office_pir_2_occupancy
|
||||||
|
type: entity
|
||||||
- entity: sensor.ble_temperature_bos_office_a4c1380f0b98
|
- entity: sensor.ble_temperature_bos_office_a4c1380f0b98
|
||||||
type: entity
|
type: entity
|
||||||
- entity: sensor.ble_humidity_bos_office_a4c1380f0b98
|
- entity: sensor.ble_humidity_bos_office_a4c1380f0b98
|
||||||
|
@ -31,8 +52,16 @@ config:
|
||||||
show_temperature: true
|
show_temperature: true
|
||||||
type: weather
|
type: weather
|
||||||
- entity: sensor.bo_s_office_heatindex
|
- entity: sensor.bo_s_office_heatindex
|
||||||
|
icon: tc:heat-index
|
||||||
type: entity
|
type: entity
|
||||||
type: custom:mushroom-chips-card
|
type: custom:mushroom-chips-card
|
||||||
|
- entities:
|
||||||
|
- entity: binary_sensor.bo_s_office_pir_2_occupancy
|
||||||
|
- entity: binary_sensor.bo_s_office_motion
|
||||||
|
- entity: binary_sensor.bo_s_office_is_occupied
|
||||||
|
hours_to_show: 2
|
||||||
|
title: Occupancy
|
||||||
|
type: history-graph
|
||||||
- card:
|
- card:
|
||||||
type: entities
|
type: entities
|
||||||
filter:
|
filter:
|
||||||
|
|
Loading…
Reference in New Issue