Minor improvements

This commit is contained in:
2021-10-10 20:00:08 +03:00
parent 6a7a5d7668
commit eac9cb9d72
10 changed files with 55 additions and 178 deletions
@@ -10,18 +10,24 @@ brita_card:
- type: horizontal-stack
cards:
- type: custom:button-card
template: default
template: [v3_button, v3_popup_button]
name: New filter
entity: script.brita_new_filter
show_state: false
tap_action:
action: toggle
styles:
card:
- margin-left: 8px
- type: custom:button-card
template: default
template: [v3_button, v3_popup_button]
name: Pour water
entity: script.brita_pour_water
show_state: false
tap_action:
action: toggle
- type: custom:button-card
template: default
template: [v3_button, v3_popup_button]
name: Filter
entity: binary_sensor.brita_should_change_filter
@@ -1,10 +0,0 @@
living_room_climate_card:
card:
type: custom:decluttering-card
template: climate_card
variables:
- main_entity: sensor.multisensor_6_temperature
- left_entity: sensor.multisensor_6_relative_humidity
- left_name: Humidity (6)
- right_entity: sensor.multisensor_6_luminance
- right_name: Luminance (6)
@@ -1,18 +0,0 @@
temperature_card:
default:
- main_name: "Temperature"
card:
type: vertical-stack
cards:
- type: "custom:mini-graph-card"
name: "[[main_name]]"
entities:
- "[[main_entity]]"
cache: false
group_by: hour
hours_to_show: 72
line_width: 2
show:
average: true
extrema: true
fill: true