mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
More and more small fixes
This commit is contained in:
@@ -69,7 +69,7 @@ card:
|
||||
opacity: 0%
|
||||
|
||||
- type: state-icon
|
||||
entity: group.nursery_motion
|
||||
entity: binary_sensor.girls_room_motion
|
||||
style:
|
||||
left: 8%
|
||||
top: 95%
|
||||
|
||||
@@ -342,7 +342,7 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: group.nursery_motion
|
||||
entity: binary_sensor.girls_room_motion
|
||||
name: Motion
|
||||
secondary_info: none
|
||||
layout: vertical
|
||||
|
||||
@@ -27,7 +27,7 @@ cards:
|
||||
navigation_path: /phone-yaml/plants
|
||||
|
||||
- type: template
|
||||
entity: group.lights_left_on
|
||||
entity: binary_sensor.lights_left_on
|
||||
icon: >
|
||||
{% if states('sensor.lights_left_on_count') | int(default=0) > 0 -%}
|
||||
mdi:lightbulb-on
|
||||
|
||||
@@ -9,6 +9,20 @@ cards:
|
||||
# - type: custom:mushroom-chips-card
|
||||
# chips:
|
||||
# - type: back
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
entity: sensor.bathroom_multisensor_temperature
|
||||
detail: 1
|
||||
name: Multisensor
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
detail: 1
|
||||
entity: sensor.bathroom_multisensor_relative_humidity
|
||||
name: Multisensor
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- hours_to_show: 24
|
||||
@@ -16,13 +30,26 @@ cards:
|
||||
type: sensor
|
||||
entity: sensor.master_bathroom_thermostat_temperature
|
||||
detail: 1
|
||||
name: Temperature
|
||||
name: Thermostat
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
detail: 1
|
||||
entity: sensor.master_bathroom_thermostat_humidity
|
||||
name: Humidity
|
||||
name: Thermostat
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
entity: sensor.master_bathroom_thermal_comfort_summer_simmer_index
|
||||
detail: 1
|
||||
name: Simmer
|
||||
- type: history-graph
|
||||
entities:
|
||||
- entity: binary_sensor.master_bathroom_hygrostat
|
||||
name: Hygrostat
|
||||
hours_to_show: 24
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-title-card
|
||||
|
||||
@@ -9,6 +9,20 @@ cards:
|
||||
# - type: custom:mushroom-chips-card
|
||||
# chips:
|
||||
# - type: back
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
entity: sensor.utility_room_multisensor_temperature
|
||||
detail: 1
|
||||
name: Multisensor
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
detail: 1
|
||||
entity: sensor.utility_room_multisensor_relative_humidity
|
||||
name: Multisensor
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- hours_to_show: 24
|
||||
@@ -16,13 +30,26 @@ cards:
|
||||
type: sensor
|
||||
entity: sensor.utility_room_thermostat_temperature
|
||||
detail: 1
|
||||
name: Temperature
|
||||
name: Thermostat
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
detail: 1
|
||||
entity: sensor.utility_room_thermostat_humidity
|
||||
name: Humidity
|
||||
name: Thermostat
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
entity: sensor.utility_room_thermal_comfort_summer_simmer_index
|
||||
detail: 1
|
||||
name: Simmer
|
||||
- type: history-graph
|
||||
entities:
|
||||
- entity: binary_sensor.utility_room_hygrostat
|
||||
name: Hygrostat
|
||||
hours_to_show: 24
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-title-card
|
||||
|
||||
@@ -11,7 +11,7 @@ cameras:
|
||||
occupancy: false
|
||||
motion: false
|
||||
entities:
|
||||
- group.nursery_motion
|
||||
- binary_sensor.girls_room_motion
|
||||
- binary_sensor.bridgets_bed
|
||||
- camera_entity: camera.frigate_cam01
|
||||
title: Boys Room
|
||||
|
||||
@@ -51,7 +51,7 @@ elements:
|
||||
top: 9%
|
||||
#top left icon #2 spot
|
||||
# - type: state-icon
|
||||
# entity: group.nursery_motion
|
||||
# entity: binary_sensor.girls_room_motion
|
||||
# style:
|
||||
# left: 52%
|
||||
# top: 9%
|
||||
|
||||
@@ -25,8 +25,6 @@ cards:
|
||||
secondary_info: last-triggered
|
||||
- entity: automation.clint_home
|
||||
secondary_info: last-triggered
|
||||
- entity: automation.clint_home_after_work
|
||||
secondary_info: last-triggered
|
||||
- entity: automation.clint_up
|
||||
secondary_info: last-triggered
|
||||
- entity: automation.clint_awake
|
||||
|
||||
+85
-13
@@ -88,19 +88,91 @@ cards:
|
||||
points_per_hour: 3
|
||||
show:
|
||||
fill: false
|
||||
|
||||
- type: custom:mini-graph-card
|
||||
align_icon: left
|
||||
align_state: center
|
||||
entities:
|
||||
- sensor.local_mariadb_database_size
|
||||
font_size: 50
|
||||
icon: mdi:database
|
||||
name: Database
|
||||
hours_to_show: 96
|
||||
points_per_hour: 3
|
||||
show:
|
||||
fill: false
|
||||
# - type: vertical-stack
|
||||
# cards:
|
||||
# - type: entities
|
||||
# title: Database Statistics
|
||||
# entities:
|
||||
# - entity: sensor.database_size
|
||||
# name: Database Size
|
||||
# icon: mdi:database
|
||||
# - entity: sensor.database_tables_count
|
||||
# name: Number of Tables
|
||||
# icon: mdi:table
|
||||
# - entity: sensor.database_total_records
|
||||
# name: Total Records
|
||||
# icon: mdi:counter
|
||||
# - type: entities
|
||||
# title: MariaDB Status
|
||||
# entities:
|
||||
# - entity: sensor.mariadb_status
|
||||
# name: Server Status
|
||||
# icon: mdi:database
|
||||
# - entity: sensor.mariadb_version_2
|
||||
# name: Version
|
||||
# icon: mdi:database-check
|
||||
# - entity: sensor.mariadb_performance
|
||||
# name: Performance
|
||||
# icon: mdi:chart-line
|
||||
# - entity: sensor.mariadb_uptime
|
||||
# name: Uptime
|
||||
# icon: mdi:timer-outline
|
||||
# - entity: sensor.mariadb_connections
|
||||
# name: Active Connections
|
||||
# icon: mdi:connection
|
||||
# - entity: sensor.mariadb_questions
|
||||
# name: Total Queries
|
||||
# icon: mdi:database-search
|
||||
# - type: grid
|
||||
# cards:
|
||||
# - type: custom:mushroom-template-card
|
||||
# primary: InnoDB Buffer Pool
|
||||
# secondary: "{{ states('sensor.mariadb_buffer_pool_size') }}"
|
||||
# icon: mdi:memory
|
||||
# layout: vertical
|
||||
# icon_color: blue
|
||||
# - type: custom:mushroom-template-card
|
||||
# primary: Max Connections
|
||||
# secondary: "{{ states('sensor.mariadb_max_connections') }}"
|
||||
# icon: mdi:account-multiple
|
||||
# layout: vertical
|
||||
# icon_color: green
|
||||
# - type: custom:mushroom-template-card
|
||||
# primary: Log File Size
|
||||
# secondary: "{{ states('sensor.mariadb_log_file_size') }}"
|
||||
# icon: mdi:file
|
||||
# layout: vertical
|
||||
# icon_color: orange
|
||||
# - type: custom:mushroom-template-card
|
||||
# primary: Temp Table Size
|
||||
# secondary: "{{ states('sensor.mariadb_tmp_table_size') }}"
|
||||
# icon: mdi:table
|
||||
# layout: vertical
|
||||
# icon_color: purple
|
||||
# - type: custom:mushroom-template-card
|
||||
# primary: IO Capacity
|
||||
# secondary: "{{ states('sensor.mariadb_io_capacity') }}"
|
||||
# icon: mdi:speedometer
|
||||
# layout: vertical
|
||||
# icon_color: red
|
||||
# - type: custom:mushroom-template-card
|
||||
# primary: IO Threads
|
||||
# secondary: "{{ states('sensor.mariadb_io_threads') }}"
|
||||
# icon: mdi:developer-board
|
||||
# layout: vertical
|
||||
# icon_color: cyan
|
||||
# - type: custom:mushroom-template-card
|
||||
# primary: Table Cache
|
||||
# secondary: "{{ states('sensor.mariadb_table_cache') }}"
|
||||
# icon: mdi:cached
|
||||
# layout: vertical
|
||||
# icon_color: amber
|
||||
# - type: custom:mushroom-template-card
|
||||
# primary: Buffer Sizes
|
||||
# secondary: "{{ states('sensor.mariadb_buffer_sizes') }}"
|
||||
# icon: mdi:buffer
|
||||
# layout: vertical
|
||||
# icon_color: teal
|
||||
- type: glance
|
||||
show_icon: false
|
||||
columns: 3
|
||||
|
||||
@@ -503,7 +503,7 @@ badges:
|
||||
state_not: "0"
|
||||
chip:
|
||||
type: template
|
||||
entity: group.lights_left_on
|
||||
entity: binary_sensor.lights_left_on
|
||||
icon: mdi:lightbulb-on
|
||||
tap_action:
|
||||
action: more-info
|
||||
|
||||
Reference in New Issue
Block a user