FHEM integration
- sensors & binary sensors - cover
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
resources:
|
||||
- type: js
|
||||
url: /local/custom_ui/state-card-custom-cover.js
|
||||
- type: js
|
||||
url: /local/custom_ui/lovelace-toggle-lock-entity-row/toggle-lock-entity-row.js
|
||||
- type: module
|
||||
url: /local/custom_ui/mini-graph-card-bundle.js?v=0.4.3
|
||||
title: Home
|
||||
views:
|
||||
- cards:
|
||||
@@ -90,14 +94,66 @@ views:
|
||||
title: Verbrauch
|
||||
type: entities
|
||||
- entities:
|
||||
- switch.trockner
|
||||
- switch.waschmaschine
|
||||
- switch.spulmaschine
|
||||
- switch.backofen
|
||||
- switch.herd_phase_1
|
||||
- switch.herd_phase_2
|
||||
- switch.herd_phase_3
|
||||
- entity: switch.trockner
|
||||
type: 'custom:toggle-lock-entity-row'
|
||||
- entity: switch.waschmaschine
|
||||
type: 'custom:toggle-lock-entity-row'
|
||||
- entity: switch.spulmaschine
|
||||
type: 'custom:toggle-lock-entity-row'
|
||||
- entity: switch.backofen
|
||||
type: 'custom:toggle-lock-entity-row'
|
||||
- entity: switch.herd_phase_1
|
||||
type: 'custom:toggle-lock-entity-row'
|
||||
- entity: switch.herd_phase_2
|
||||
type: 'custom:toggle-lock-entity-row'
|
||||
- entity: switch.herd_phase_3
|
||||
type: 'custom:toggle-lock-entity-row'
|
||||
show_header_toggle: false
|
||||
title: Sicherheitsabschaltung
|
||||
type: entities
|
||||
- animate: true
|
||||
entities:
|
||||
- sensor.waschmaschine_verbrauch
|
||||
- sensor.trockner_verbrauch
|
||||
name: Waschen & Trocknen
|
||||
type: 'custom:mini-graph-card'
|
||||
- animate: true
|
||||
entities:
|
||||
- entity: sensor.spulmaschine_verbrauch
|
||||
name: Spühlmaschine
|
||||
- entity: sensor.backofen_verbrauch
|
||||
name: Backofen
|
||||
- entity: sensor.herd_phase_1_verbrauch
|
||||
name: Herd P1
|
||||
- entity: sensor.herd_phase_2_verbrauch
|
||||
name: Herd P2
|
||||
- entity: sensor.herd_phase_3_verbrauch
|
||||
name: Herd P3
|
||||
hours_to_show: 8
|
||||
name: Küche
|
||||
points_per_hour: 4
|
||||
type: 'custom:mini-graph-card'
|
||||
- animate: true
|
||||
entities:
|
||||
- entity: sensor.fritz_box_7490_kbyte_sec_received
|
||||
name: Down
|
||||
- entity: sensor.fritz_box_7490_kbyte_sec_sent
|
||||
name: Up
|
||||
hours_to_show: 2
|
||||
name: Internet
|
||||
points_per_hour: 30
|
||||
type: 'custom:mini-graph-card'
|
||||
title: Admin
|
||||
- cards:
|
||||
- entities:
|
||||
- light.arbeitszimmer_martin_deckenlampe
|
||||
- name: Rollo Arbeitszimmer
|
||||
entity: cover.arbeitszimmer_martin_rollo
|
||||
type: 'custom:state-card-custom-cover'
|
||||
- binary_sensor.arbeitszimmer_martin_bewegungsmelder_bewegung
|
||||
- sensor.arbeitszimmer_martin_bewegungsmelder_helligkeit
|
||||
- switch.bad_lufter
|
||||
show_header_toggle: false
|
||||
title: Test
|
||||
type: entities
|
||||
title: Test
|
||||
|
||||
Reference in New Issue
Block a user