Skip to content

Instantly share code, notes, and snippets.

@h0bbel

h0bbel/main.yaml Secret

Created January 5, 2022 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h0bbel/6702917c44494a070a728c2255809cec to your computer and use it in GitHub Desktop.
Save h0bbel/6702917c44494a070a728c2255809cec to your computer and use it in GitHub Desktop.
type: grid
cards:
- type: grid
cards:
- type: entity
entity: sensor.date
state_color: false
icon: ' '
name: ' '
style: |
ha-card {
vertical-align: middle;
}
- type: entity
entity: sensor.time
icon: ' '
name: ' '
columns: 2
square: false
- type: grid
cards:
- type: button
tap_action:
action: toggle
entity: input_boolean.night_mode
show_name: false
show_state: true
icon: mdi:weather-night
- type: button
tap_action:
action: toggle
entity: input_boolean.away_mode
show_name: false
show_state: true
- type: button
tap_action:
action: toggle
entity: input_boolean.party_mode
show_name: false
show_state: true
- type: button
tap_action:
action: more-info
entity: alarm_control_panel.verisure_alarm
show_state: true
show_name: false
show_icon: true
icon: mdi:shield-home-outline
- type: button
tap_action:
action: toggle
entity: climate.christian_s_device
show_state: true
show_name: false
state_color: true
icon: mdi:air-conditioner
- type: gauge
entity: sensor.stue_avg_temperature
max: 35
name: Stue
needle: true
severity:
green: 19.5
yellow: 15
red: 10
min: 10
- type: gauge
entity: sensor.netatmo_b38b_b38b_outdoor_temperature
max: 35
name: Ute
needle: true
severity:
green: 15
yellow: 5
red: -10
min: -10
- type: gauge
max: 20000
entity: sensor.power_bjornevegen_38_b
min: 0
needle: true
name: Strøm
severity:
green: 0
yellow: 10000
red: 15000
- type: gauge
entity: sensor.house_avg_humidity
min: 0
max: 100
name: Fuktighet
needle: true
severity:
green: 0
yellow: 60
red: 70
- type: gauge
entity: sensor.netatmo_b38b_b38b_indoor_co2
min: 0
max: 2000
name: CO2
needle: true
severity:
green: 0
yellow: 1000
red: 1500
columns: 5
square: true
columns: 1
square: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment