Skip to content

Commit

Permalink
🔥 Removal of the no longer needed Lovelace ID's
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Dec 16, 2018
1 parent 22f2f79 commit 6ea5e4c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
15 changes: 5 additions & 10 deletions config/lovelace/views/downstairs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ id: downstairs
title: Beneden
icon: mdi:sofa
cards:
- id: downstairs_lights
type: vertical-stack
- type: vertical-stack
cards:
- id: downstairs_lights_livingroom
type: entities
- type: entities
title: Woonkamer
entities:
- type: custom:slider-entity-row
Expand All @@ -23,19 +21,16 @@ cards:
entity: light.livingroom_computer_corner
toggle: true
- light.livingroom_desk
- id: downstairs_lights_kitchen
type: entities
- type: entities
title: Keuken
entities:
- type: custom:slider-entity-row
entity: light.kitchen_ceiling
toggle: true
- switch.kitchen_cupboard
- id: downstairs_thermostat
type: thermostat
- type: thermostat
entity: climate.toon_van_eneco
- id: downstairs_tv # Automatically created id
type: custom:mini-media-player
- type: custom:mini-media-player
entity: media_player.livingroom_tv
show_tts: false
show_source: true
Expand Down
3 changes: 1 addition & 2 deletions config/lovelace/views/outside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ id: outside
title: Buiten
icon: mdi:nature-people
cards:
- id: outside_weather_forcast
type: weather-forecast
- type: weather-forecast
entity: weather.dark_sky
3 changes: 1 addition & 2 deletions config/lovelace/views/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ id: security
title: Alarm
icon: mdi:security-home
cards:
- id: security_alarm_panel
type: alarm-panel
- type: alarm-panel
entity: alarm_control_panel.home_alarm
title: Alarm System

0 comments on commit 6ea5e4c

Please sign in to comment.