mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-08-21 04:33:22 +00:00
minor updates.
This commit is contained in:
@@ -77,6 +77,21 @@ cards:
|
||||
# - entity: script.pill_taken
|
||||
# name: Pill Taken Script
|
||||
|
||||
- type: entities
|
||||
title: 3D Printer
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- binary_sensor.octoprint_printing
|
||||
- binary_sensor.octoprint_printing_error
|
||||
- sensor.octoprint_actual_bed_temp
|
||||
- sensor.octoprint_actual_tool0_temp
|
||||
- sensor.octoprint_current_state
|
||||
- sensor.octoprint_job_percentage
|
||||
- sensor.octoprint_target_bed_temp
|
||||
- sensor.octoprint_target_tool0_temp
|
||||
- sensor.octoprint_time_elapsed
|
||||
- sensor.octoprint_time_remaining
|
||||
|
||||
- type: entities
|
||||
title: Tile Devices
|
||||
show_header_toggle: false
|
||||
@@ -87,24 +102,24 @@ cards:
|
||||
- device_tracker.tile_63ca05b6a3619232
|
||||
- device_tracker.tile_p_32c03dc7f21001d36d16b47646e4c421
|
||||
|
||||
- type: glance
|
||||
show_icon: true
|
||||
show_name: true
|
||||
show_state: true
|
||||
title: Coronavirus USA
|
||||
entities:
|
||||
- entity: sensor.us_coronavirus_confirmed
|
||||
icon: "mdi:emoticon-neutral-outline"
|
||||
name: Confirmed
|
||||
- entity: sensor.us_coronavirus_current
|
||||
icon: "mdi:emoticon-frown-outline"
|
||||
name: Current
|
||||
- entity: sensor.us_coronavirus_recovered
|
||||
icon: "mdi:emoticon-happy-outline"
|
||||
name: Recovered
|
||||
- entity: sensor.us_coronavirus_deaths
|
||||
icon: "mdi:emoticon-dead-outline"
|
||||
name: Deaths
|
||||
# - type: glance
|
||||
# show_icon: true
|
||||
# show_name: true
|
||||
# show_state: true
|
||||
# title: Coronavirus USA
|
||||
# entities:
|
||||
# - entity: sensor.us_coronavirus_confirmed
|
||||
# icon: "mdi:emoticon-neutral-outline"
|
||||
# name: Confirmed
|
||||
# - entity: sensor.us_coronavirus_current
|
||||
# icon: "mdi:emoticon-frown-outline"
|
||||
# name: Current
|
||||
# - entity: sensor.us_coronavirus_recovered
|
||||
# icon: "mdi:emoticon-happy-outline"
|
||||
# name: Recovered
|
||||
# - entity: sensor.us_coronavirus_deaths
|
||||
# icon: "mdi:emoticon-dead-outline"
|
||||
# name: Deaths
|
||||
|
||||
- type: glance
|
||||
show_icon: true
|
||||
@@ -279,11 +294,18 @@ cards:
|
||||
title: Xiaomi Motion Sensors
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- binary_sensor.garage_motion
|
||||
- binary_sensor.patio_camera_motion
|
||||
- binary_sensor.playarea_camera_motion
|
||||
- binary_sensor.frontdoor_camera_motion
|
||||
- binary_sensor.driveway_camera_motion
|
||||
- binary_sensor.motion_sensor_158d00016c2d0e
|
||||
- binary_sensor.motion_sensor_158d00016db6d2
|
||||
- binary_sensor.motion_sensor_158d0001a25041
|
||||
- binary_sensor.motion_sensor_158d0001a662fe
|
||||
- binary_sensor.motion_sensor_158d00024e57d3
|
||||
- binary_sensor.motion_sensor_158d00024e57fb
|
||||
- binary_sensor.motion_sensor_158d00024e842c
|
||||
- binary_sensor.motion_sensor_158d00024ee084
|
||||
- binary_sensor.motion_sensor_158d000272bed1
|
||||
- binary_sensor.motion_sensor_158d000272bf48
|
||||
- binary_sensor.motion_sensor_158d000272bfd7
|
||||
- binary_sensor.motion_sensor_158d00047b6f69
|
||||
|
||||
- type: entity-filter
|
||||
title: Motion Sensors
|
||||
|
@@ -5,7 +5,6 @@ cards:
|
||||
title: Upstairs
|
||||
show_header_toggle: true
|
||||
entities:
|
||||
- light.master_bedroom
|
||||
- entity: light.master_bedroom_1
|
||||
name: Suresh's Bedside Light
|
||||
- entity: light.master_bedroom_2
|
||||
@@ -29,7 +28,6 @@ cards:
|
||||
- switch.kitchen
|
||||
- switch.office_room
|
||||
- switch.zwave_smart_switch_switch
|
||||
- light.family_room
|
||||
- light.hue_color_lamp_1
|
||||
- light.hue_color_lamp_2
|
||||
- light.hue_color_lamp_3
|
||||
@@ -38,7 +36,7 @@ cards:
|
||||
title: Fragrance Outlets
|
||||
show_header_toggle: true
|
||||
entities:
|
||||
- switch.bathroom_fragrance
|
||||
- switch.3d_printer
|
||||
- switch.downstairs_fragrance
|
||||
- switch.upstairs_fragrance
|
||||
|
||||
|
@@ -5,12 +5,12 @@ cards:
|
||||
entity: climate.dining_room
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: sensor
|
||||
entity: sensor.dining_room_thermostat_temperature
|
||||
name: Home Temperature
|
||||
graph: line
|
||||
detail: 1
|
||||
hours_to_show: 12
|
||||
# - type: sensor
|
||||
# entity: sensor.dining_room_thermostat_temperature
|
||||
# name: Home Temperature
|
||||
# graph: line
|
||||
# detail: 1
|
||||
# hours_to_show: 12
|
||||
- type: gauge
|
||||
entity: sensor.dining_room_thermostat_humidity
|
||||
unit: "%"
|
||||
@@ -37,13 +37,13 @@ cards:
|
||||
- sensor.dining_room_thermostat_target
|
||||
- sensor.dining_room_thermostat_temperature
|
||||
|
||||
- type: history-graph
|
||||
title: "Temperature"
|
||||
entities:
|
||||
- entity: sensor.dark_sky_apparent_temperature
|
||||
name: Outside
|
||||
- entity: sensor.dining_room_thermostat_temperature
|
||||
name: Inside
|
||||
# - type: history-graph
|
||||
# title: "Temperature"
|
||||
# entities:
|
||||
# - entity: sensor.dark_sky_apparent_temperature
|
||||
# name: Outside
|
||||
# - entity: sensor.dining_room_thermostat_temperature
|
||||
# name: Inside
|
||||
|
||||
- type: entities
|
||||
title: Temperature Levels
|
||||
|
@@ -38,20 +38,6 @@ cards:
|
||||
- input_number.slider_hours
|
||||
- input_number.slider_minutes
|
||||
|
||||
- type: entities
|
||||
title: Pi-Hole
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- sensor.pi_hole_ads_blocked_today
|
||||
- sensor.pi_hole_ads_percentage_blocked_today
|
||||
- sensor.pi_hole_dns_queries_cached
|
||||
- sensor.pi_hole_dns_queries_forwarded
|
||||
- sensor.pi_hole_dns_queries_today
|
||||
- sensor.pi_hole_dns_unique_clients
|
||||
- sensor.pi_hole_dns_unique_domains
|
||||
- sensor.pi_hole_domains_blocked
|
||||
- sensor.pi_hole_seen_clients
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: gauge
|
||||
|
@@ -75,9 +75,6 @@ cards:
|
||||
title: Timer Automations
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- automation.bathroom_aroma_timer_elapsed
|
||||
- automation.bathroom_aroma_timer_finish
|
||||
- automation.bathroom_aroma_timer_start
|
||||
- automation.cancel_wfh_timer_when_suresh_leaves_home
|
||||
- automation.downstairs_aroma_timer_elapsed
|
||||
- automation.downstairs_aroma_timer_finish
|
||||
|
@@ -24,7 +24,6 @@ cards:
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- input_boolean.sharp_tv
|
||||
- light.family_room
|
||||
- media_player.living_room
|
||||
- switch.downstairs_fragrance
|
||||
- sensor.downstairs_multi_sensor_temperature
|
||||
|
Reference in New Issue
Block a user