| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- title: Tannenhof
-
- resources:
- - url: /local/circle-sensor-card.js?v=0
- type: module
- - url: /local/surveillance-card.js?v=0
- type: module
-
- views:
- # View tab title.
- - title: Home
- # Optional unique id for direct access /lovelace/${id}
- id: home
- # Optional background (overwrites the global background).
- background: radial-gradient(crimson, skyblue)
- # Each view can have a different theme applied. Theme should be defined in the frontend.
- theme: dark-mode
- cards:
- - id: 698b0d61c8d64ee9a0b762080adbd009 # Automatically created id
- type: weather-forecast
- entity: weather.weather
- - id: b900d5426e5d465bb4b5d92e590da361 # Automatically created id
- type: entities
- title: Joshs Room
- entities:
- - sensor.dht_sensor_temperature
- - sensor.dht_sensor_humidity
- - group.lights
- - cover.blinds
- - type: section
- label: Music
- - media_player.spotify
- # The markdown card will render markdown text.
- - type: horizontal-stack
- cards:
- - type: history-graph
- title: 'My Graph'
- entities:
- - device_tracker.josh
- - device_tracker.david
- - device_tracker.margit
- - device_tracker.meinrad
- - type: entity-filter
- entities:
- - device_tracker.josh
- - device_tracker.david
- - device_tracker.margit
- - device_tracker.meinrad
- state_filter:
- - "home"
- - type: horizontal-stack
- cards:
- - type: light
- entity: light.led_strip
- - type: light
- entity: light.room_light
- - type: sensor
- entity: sensor.dht_sensor_temperature
- name: Temperature
- height: 75
- line_color: "#3498db"
- - type: horizontal-stack
- cards:
- - type: sensor
- entity: sensor.netdata_cpu
- name: Server CPU
- height: 75
- line_color: "#B90000"
- - type: gauge
- title: Server CPU
- entity: sensor.netdata_cpu
- - type: conditional
- conditions:
- - entity: light.bed_light
- state: "on"
- card:
- type: horizontal-stack
- cards:
- - type: gauge
- title: Printer Hotend
- entity: sensor.octoprint_actual_tool0_temp
- severity:
- red: 50
- green: 0
- amber: 40
- - type: gauge
- title: Printer Hotend
- entity: sensor.octoprint_actual_bed_temp
- severity:
- red: 50
- green: 0
- amber: 40
- - title: Weather
- id: weather
- # Optional background (overwrites the global background).
- background: radial-gradient(crimson, skyblue)
- # Each view can have a different theme applied. Theme should be defined in the frontend.
- theme: dark-mode
- cards:
- - type: iframe
- url: https://www.rainviewer.com/map.html?loc=47.6739,9.1983,10&oFa=0&oC=1&oU=0&oCS=1&oF=0&oAP=0&rmt=4&c=1&o=70&lm=1&th=1
- aspect_ratio: 100%
- - type: iframe
- url: https://earth.nullschool.net/#current/wind/surface/level/equirectangular=-354.86,46.31,1647/loc=9.198,47.673
-
- - title: Automations
- id: automations
- # Optional background (overwrites the global background).
- background: radial-gradient(crimson, skyblue)
- # Each view can have a different theme applied. Theme should be defined in the frontend.
- theme: dark-mode
- cards:
- - type: entities
- title: Automations
- entities:
- - automation.enable_subwoofer_if_desktop_plays_music_from_spotify
- - automation.hass_startup_notification
- - automation.notify_about_phone_state
- - automation.send_notification_if_margit_gets_home
- - automation.turn_off_light_10_minutes_after_last_movement
- - automation.turn_off_subwoofer_when_pc_is_off
- - automation.turn_on_light_when_there_is_movement
- - automation.update_available_notifications
- - automation.welcome_josh_if_he_gets_home
-
|