mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-08-26 06:23:06 +00:00
cleaned up, and updated to latest version.
This commit is contained in:
@@ -1,31 +1,37 @@
|
||||
title: My Home
|
||||
icon: mdi:home
|
||||
cards:
|
||||
- type: alarm-panel
|
||||
entity: alarm_control_panel.home
|
||||
icon: mdi:security
|
||||
color_type: card
|
||||
show_state: true
|
||||
name: Security
|
||||
size: 20%
|
||||
style:
|
||||
- height: 75px
|
||||
- font-weight: bold
|
||||
- color: rgb(255, 255, 255)
|
||||
state:
|
||||
- value: "disarmed"
|
||||
color: rgb(255,0,0)
|
||||
- value: "armed_home"
|
||||
color: rgb(0, 128, 0)
|
||||
- value: "armed_away"
|
||||
color: rgb(0, 0, 255)
|
||||
action: more_info
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
entity: alarm_control_panel.home
|
||||
icon: mdi:security
|
||||
color_type: card
|
||||
show_state: true
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(255, 255, 255)
|
||||
state:
|
||||
- value: "disarmed"
|
||||
color: rgb(255,0,0)
|
||||
- value: "armed_home"
|
||||
color: rgb(0, 128, 0)
|
||||
- value: "armed_away"
|
||||
color: rgb(0, 0, 255)
|
||||
action: more_info
|
||||
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
entity: climate.dining_room
|
||||
icon: mdi:thermometer-lines
|
||||
name: Nest
|
||||
color_type: card
|
||||
show_state: true
|
||||
show_state: "on"
|
||||
size: 20%
|
||||
style:
|
||||
- height: 75px
|
||||
- font-weight: bold
|
||||
- color: rgb(255, 255, 255)
|
||||
state:
|
||||
@@ -40,67 +46,58 @@ cards:
|
||||
domain: script
|
||||
action: toggle_climate
|
||||
|
||||
- type: button
|
||||
entity: binary_sensor.door_window_sensor_158d000424a6d6
|
||||
icon: mdi:door
|
||||
name: Front Door
|
||||
color_type: card
|
||||
show_state: "on"
|
||||
size: 20%
|
||||
style:
|
||||
- height: 75px
|
||||
- font-weight: bold
|
||||
- color: rgb(255, 255, 255)
|
||||
state:
|
||||
- value: "on"
|
||||
color: rgb(255,0,0)
|
||||
- value: "off"
|
||||
color: rgb(0, 128, 0)
|
||||
|
||||
- type: button
|
||||
entity: binary_sensor.door_window_sensor_158d00040ad8fc
|
||||
icon: mdi:door
|
||||
name: Back Door
|
||||
color_type: card
|
||||
show_state: "on"
|
||||
size: 20%
|
||||
style:
|
||||
- height: 75px
|
||||
- font-weight: bold
|
||||
- color: rgb(255, 255, 255)
|
||||
state:
|
||||
- value: "on"
|
||||
color: rgb(255,0,0)
|
||||
- value: "off"
|
||||
color: rgb(0, 128, 0)
|
||||
|
||||
- type: entities
|
||||
title: Kalavala Family
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: device_tracker.life360_suresh
|
||||
name: Suresh
|
||||
- entity: device_tracker.life360_mallika
|
||||
name: Mallika
|
||||
- entity: device_tracker.life360_srinika
|
||||
name: Srinika
|
||||
- entity: device_tracker.life360_hasika
|
||||
name: Hasika
|
||||
- entity: sensor.yo_mama_geocoded_location
|
||||
name: Suresh
|
||||
- entity: sensor.mallika_geocoded_location
|
||||
name: Mallika
|
||||
- entity: device_tracker.mallika
|
||||
name: Mallika's Location
|
||||
- entity: device_tracker.suresh
|
||||
name: Suresh's Location
|
||||
- entity: device_tracker.srinika
|
||||
name: Srinika's Location
|
||||
- entity: device_tracker.hasika
|
||||
name: Hasika's Location
|
||||
- entity: input_boolean.home_mode_away
|
||||
name: Home Away Status
|
||||
card:
|
||||
type: glance
|
||||
title: Kalavala Family
|
||||
|
||||
- type: entities
|
||||
title: Pill Reminder
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- input_datetime.pill_reminder_time
|
||||
- input_boolean.pill_on_vacation
|
||||
- input_boolean.pill_taken
|
||||
- input_boolean.pill_voice_notification
|
||||
- binary_sensor.door_window_sensor_158d00040ad8ec
|
||||
- input_label.pill_taken_at
|
||||
|
||||
- type: entities
|
||||
title: 3D Printer
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- binary_sensor.octoprint_printing
|
||||
- binary_sensor.octoprint_printing_error
|
||||
- sensor.octoprint_current_state
|
||||
- sensor.octoprint_job_percentage
|
||||
- sensor.octoprint_time_elapsed
|
||||
- sensor.octoprint_time_remaining
|
||||
|
||||
- type: glance
|
||||
show_icon: true
|
||||
show_name: true
|
||||
show_state: true
|
||||
title: Fitness
|
||||
entities:
|
||||
- entity: sensor.yo_mama_steps
|
||||
icon: "mdi:run"
|
||||
name: Suresh Steps
|
||||
- entity: sensor.yo_mama_floors_ascended
|
||||
icon: "mdi:run"
|
||||
name: Suresh Floors Ascended
|
||||
- entity: sensor.mallika_steps
|
||||
icon: "mdi:run"
|
||||
name: Mallika Steps
|
||||
- entity: sensor.mallika_floors_ascended
|
||||
icon: "mdi:run"
|
||||
name: Mallika Floors Ascended
|
||||
|
||||
- type: entity-filter
|
||||
title: For Your Information
|
||||
show_empty: false
|
||||
@@ -135,6 +132,35 @@ cards:
|
||||
type: glance
|
||||
title: FYI
|
||||
|
||||
- type: entities
|
||||
title: Pill Reminder
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- input_datetime.pill_reminder_time
|
||||
- input_boolean.pill_taken
|
||||
- input_boolean.pill_voice_notification
|
||||
- binary_sensor.door_window_sensor_158d00040ad8ec
|
||||
- input_label.pill_taken_at
|
||||
|
||||
- type: glance
|
||||
show_icon: true
|
||||
show_name: true
|
||||
show_state: true
|
||||
title: Fitness
|
||||
entities:
|
||||
- entity: sensor.yo_mama_steps
|
||||
icon: "mdi:run"
|
||||
name: Suresh Steps
|
||||
- entity: sensor.yo_mama_floors_ascended
|
||||
icon: "mdi:run"
|
||||
name: Suresh Floors Ascended
|
||||
- entity: sensor.mallika_steps
|
||||
icon: "mdi:run"
|
||||
name: Mallika Steps
|
||||
- entity: sensor.mallika_floors_ascended
|
||||
icon: "mdi:run"
|
||||
name: Mallika Floors Ascended
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_boolean.emergency_mode
|
||||
@@ -180,6 +206,10 @@ cards:
|
||||
name: Single Car Garage Door
|
||||
- entity: binary_sensor.two_car_garage_door_tilt_sensor_sensor
|
||||
name: Double Car Garage Door
|
||||
- entity: binary_sensor.door_window_sensor_158d00044e5cb3
|
||||
name: Master Bathroom Toilet Door Sensor
|
||||
- entity: binary_sensor.door_window_sensor_158d00045ab168
|
||||
name: Guest Bathroom Door Sensor
|
||||
state_filter:
|
||||
- "on"
|
||||
- "opened"
|
||||
@@ -188,22 +218,9 @@ cards:
|
||||
type: glance
|
||||
title: Doors
|
||||
|
||||
- type: weather-forecast
|
||||
- type: tile
|
||||
entity: weather.dark_sky
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: sensor.usps_mail
|
||||
state_not: "0"
|
||||
card:
|
||||
type: picture-entity
|
||||
id: camera_usps_mail_pictures
|
||||
title: USPS Mail Pictures
|
||||
entity: camera.usps_mail_pictures
|
||||
camera_image: camera.usps_mail_pictures
|
||||
show_info: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
|
||||
- type: entities
|
||||
title: Xiaomi Motion Sensors
|
||||
@@ -240,13 +257,17 @@ cards:
|
||||
name: Two Car Garage Door
|
||||
- entity: binary_sensor.door_window_sensor_158d0004248d5b
|
||||
name: Single Car Garage Door
|
||||
- entity: binary_sensor.door_window_sensor_158d00044e5cb3
|
||||
name: Master Bathroom Toilet Door Sensor
|
||||
- entity: binary_sensor.door_window_sensor_158d00045ab168
|
||||
name: Guest Bathroom Door Sensor
|
||||
|
||||
- type: entities
|
||||
title: Plex
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- sensor.plex_mahasri_nas
|
||||
|
||||
|
||||
- type: entities
|
||||
title: Luminance
|
||||
show_header_toggle: false
|
||||
@@ -312,18 +333,14 @@ cards:
|
||||
- binary_sensor.driveway_camera_motion
|
||||
- binary_sensor.audio_detector_sensor
|
||||
- binary_sensor.basement_door_sensor_sensor
|
||||
- binary_sensor.downstairs_multi_sensor_sensor
|
||||
- binary_sensor.front_room_multi_sensor_sensor
|
||||
- binary_sensor.door_window_sensor_158d000424a6d6
|
||||
- binary_sensor.garage_door_sensor_sensor
|
||||
- binary_sensor.kitchen_motion_sensor_sensor
|
||||
- binary_sensor.door_window_sensor_158d00040ad8fc # back door
|
||||
- binary_sensor.door_window_sensor_158d0004880f30 # Garage Entry Door
|
||||
- binary_sensor.stairs_motion_sensor_sensor
|
||||
- binary_sensor.tv_multi_sensor_sensor
|
||||
- binary_sensor.door_window_sensor_158d0004248d5b
|
||||
- binary_sensor.two_car_garage_door_tilt_sensor_sensor
|
||||
- binary_sensor.upstairs_multi_sensor_sensor
|
||||
state_filter:
|
||||
- "on"
|
||||
- "detected"
|
||||
@@ -334,52 +351,6 @@ cards:
|
||||
title: Motion Sensors
|
||||
show_header_toggle: false
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: sensor.season
|
||||
state: "spring"
|
||||
card:
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: gauge
|
||||
name: Pollen Today
|
||||
unit: "%"
|
||||
entity: sensor.allergy_index_today
|
||||
max: 12.0
|
||||
severity:
|
||||
green: 0
|
||||
yellow: 4
|
||||
red: 7
|
||||
- type: gauge
|
||||
name: Pollen Tomorrow
|
||||
unit: "%"
|
||||
entity: sensor.allergy_index_tomorrow
|
||||
max: 12.0
|
||||
severity:
|
||||
green: 0
|
||||
yellow: 4
|
||||
red: 7
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: gauge
|
||||
name: Asthma Today
|
||||
unit: "%"
|
||||
entity: sensor.asthma_index_forecasted_average
|
||||
severity:
|
||||
green: 0
|
||||
yellow: 4
|
||||
red: 7
|
||||
- type: gauge
|
||||
name: Asthma Tomorrow
|
||||
unit: "%"
|
||||
entity: sensor.asthma_index_tomorrow
|
||||
severity:
|
||||
green: 0
|
||||
yellow: 4
|
||||
red: 7
|
||||
|
||||
- type: entities
|
||||
title: Motion Counters
|
||||
show_header_toggle: false
|
||||
|
@@ -2,25 +2,31 @@ title: Lights
|
||||
icon: mdi:lightbulb-on
|
||||
cards:
|
||||
- type: entities
|
||||
title: Upstairs
|
||||
title: Master Bedroom
|
||||
show_header_toggle: true
|
||||
entities:
|
||||
- light.master_bedroom_lights
|
||||
# - light.master_bedroom_lights
|
||||
- switch.master_bedroom_fan
|
||||
- switch.master_bedroom_lights
|
||||
- entity: light.master_bedroom_1
|
||||
name: Suresh's Bedside Light
|
||||
- entity: light.master_bedroom_2
|
||||
name: Mallika's Bedside Light
|
||||
- entity: switch.kids_bedroom
|
||||
name: Hasika's Bedroom
|
||||
- entity: switch.kids_bed_accent
|
||||
name: Hasika's Bed Accent Lights
|
||||
- entity: switch.guest_bedroom
|
||||
name: Srinika's Bedroom
|
||||
- entity: switch.prayer_room
|
||||
name: Study Room
|
||||
|
||||
# header:
|
||||
# type: picture
|
||||
# image: "https://www.home-assistant.io/images/lovelace/header-footer/balloons-header.png"
|
||||
|
||||
- type: entities
|
||||
title: Master Bathroom
|
||||
show_header_toggle: true
|
||||
entities:
|
||||
- switch.master_bathroom_toilet_light
|
||||
- switch.master_bathroom_toilet_exhaust
|
||||
- switch.master_bathroom_shower_exhaust
|
||||
- entity: light.master_bathroom_lights
|
||||
name: Master Bathroom Lights
|
||||
|
||||
|
||||
- type: entities
|
||||
title: Office Room
|
||||
show_header_toggle: true
|
||||
@@ -29,11 +35,49 @@ cards:
|
||||
- entity: switch.wemoswitch1
|
||||
name: Office Room Accent Lights
|
||||
|
||||
- type: entities
|
||||
title: Srinika Room
|
||||
show_header_toggle: true
|
||||
entities:
|
||||
- switch.srinika_bedroom
|
||||
- switch.srinika_bedroom_fan
|
||||
- switch.srinika_bedroom_fan_light
|
||||
- light.srinika_led_dimmer_switch
|
||||
- switch.srinika_bedroom_closet
|
||||
- switch.srinika_bedroom_accent_lights
|
||||
|
||||
- type: entities
|
||||
title: Hasika Room
|
||||
show_header_toggle: true
|
||||
entities:
|
||||
- switch.hasika_bedroom
|
||||
- switch.hasika_bedroom_fan
|
||||
- switch.hasika_bedroom_fan_light
|
||||
- light.hasika_led_dimmer_switch
|
||||
- switch.hasika_bedroom_closet
|
||||
- switch.hasika_bed_accent
|
||||
|
||||
- type: entities
|
||||
title: Guest Room
|
||||
show_header_toggle: true
|
||||
entities:
|
||||
- switch.guest_room
|
||||
- switch.guest_bedroom_fan
|
||||
- switch.guest_bedroom_fan_light
|
||||
- light.guest_bedroom_led_dimmer_switch
|
||||
|
||||
- type: entities
|
||||
title: Guest/Kids Bathroom
|
||||
show_header_toggle: true
|
||||
entities:
|
||||
- switch.guest_bathroom_exhaust
|
||||
- switch.guest_bathroom_lights
|
||||
|
||||
- type: entities
|
||||
title: Family Room
|
||||
show_header_toggle: true
|
||||
entities:
|
||||
- switch.kitchen
|
||||
- switch.kitchen_switch
|
||||
- light.family_room_lights
|
||||
- light.hue_color_lamp_1
|
||||
- light.hue_color_lamp_2
|
||||
@@ -57,11 +101,11 @@ cards:
|
||||
title: TV Power Strip
|
||||
show_header_toggle: true
|
||||
entities:
|
||||
- entity: switch.plug_1
|
||||
- entity: switch.chromecast_monitor
|
||||
name: Monitor
|
||||
- entity: switch.plug_2
|
||||
- entity: switch.sharp_tv
|
||||
name: Sharp TV
|
||||
- entity: switch.plug_3
|
||||
- entity: switch.bose_audio
|
||||
name: Bose Audio
|
||||
|
||||
- type: entities
|
||||
@@ -82,13 +126,6 @@ cards:
|
||||
- entity: switch.tasmota_outlet_2
|
||||
name: Tasmota Outlet 2
|
||||
|
||||
- type: entities
|
||||
title: Fragrance Outlets
|
||||
show_header_toggle: true
|
||||
entities:
|
||||
- switch.downstairs_fragrance
|
||||
- switch.upstairs_fragrance
|
||||
|
||||
- type: entities
|
||||
title: Garage
|
||||
show_header_toggle: false
|
||||
@@ -102,3 +139,44 @@ cards:
|
||||
entities:
|
||||
- switch.frontyard_light
|
||||
- switch.backyard_light
|
||||
|
||||
# - type: entities
|
||||
# title: LED Indicators
|
||||
# show_header_toggle: false
|
||||
# entities:
|
||||
# - switch.3d_printer_led
|
||||
# - switch.basement_left_led
|
||||
# - switch.basement_right_led
|
||||
# - switch.front_room_led
|
||||
# - switch.garage_led
|
||||
# - switch.garage_shop_lights_led
|
||||
# - switch.guest_bathroom_exhaust_led
|
||||
# - switch.guest_bathroom_lights_led
|
||||
# - switch.guest_bedroom_fan_led
|
||||
# - switch.guest_bedroom_fan_light_led
|
||||
# - switch.guest_bedroom_lamp_led
|
||||
# - switch.guest_bedroom_led_dimmer_switch_led
|
||||
# - switch.hasika_bed_accent_lights_led
|
||||
# - switch.hasika_bedroom_closet_led
|
||||
# - switch.hasika_bedroom_fan_led
|
||||
# - switch.hasika_bedroom_fan_light_led
|
||||
# - switch.hasika_bedroom_lamp_led
|
||||
# - switch.hasika_led_dimmer_switch_led
|
||||
# - switch.kitchen_switch_led
|
||||
# - switch.master_bathroom_lights
|
||||
# - switch.master_bathroom_shower_exhaust_led
|
||||
# - switch.master_bathroom_toilet_exhaust_led
|
||||
# - switch.master_bathroom_toilet_light_led
|
||||
# - switch.master_bedroom_accent_lights_led
|
||||
# - switch.master_bedroom_fan_led
|
||||
# - switch.master_bedroom_lights_led
|
||||
# - switch.office_room_led
|
||||
# - switch.srinika_bed_accent_lights_led
|
||||
# - switch.srinika_bedroom_closet_led
|
||||
# - switch.srinika_bedroom_fan_led
|
||||
# - switch.srinika_bedroom_fan_light_led
|
||||
# - switch.srinika_bedroom_lamp_led
|
||||
# - switch.srinika_led_dimmer_switch_led
|
||||
# - switch.tp_link_power_strip_b5e2_led
|
||||
# - switch.tp_link_smart_plug_25ba_led
|
||||
# - switch.upstairs_fragrance_led
|
@@ -1,110 +1,95 @@
|
||||
title: Camera Live
|
||||
icon: mdi:cctv
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
name: Porch
|
||||
- type: button
|
||||
name: RESET CAMERA
|
||||
entity: input_label.current_stream
|
||||
icon: mdi:cctv
|
||||
color_type: card
|
||||
show_state: false
|
||||
size: 5%
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
state:
|
||||
- value: "frontyard"
|
||||
color: var(--primary-color)
|
||||
action: service
|
||||
service:
|
||||
domain: script
|
||||
action: stream_frontdoor_camera_to_chromecast
|
||||
|
||||
- type: "custom:button-card"
|
||||
name: Driveway
|
||||
entity: input_label.current_stream
|
||||
icon: mdi:cctv
|
||||
color_type: card
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
state:
|
||||
- value: "driveway"
|
||||
color: var(--primary-color)
|
||||
action: service
|
||||
service:
|
||||
domain: script
|
||||
action: stream_driveway_camera_to_chromecast
|
||||
|
||||
- type: "custom:button-card"
|
||||
name: Patio
|
||||
entity: input_label.current_stream
|
||||
icon: mdi:cctv
|
||||
color_type: card
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
state:
|
||||
- value: "patio"
|
||||
color: var(--primary-color)
|
||||
action: service
|
||||
service:
|
||||
domain: script
|
||||
action: stream_patio_camera_to_chromecast
|
||||
|
||||
- type: "custom:button-card"
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.reset_camera_stream
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: button
|
||||
name: Porch
|
||||
entity: input_label.current_stream
|
||||
icon: mdi:cctv
|
||||
color_type: card
|
||||
show_state: false
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
state:
|
||||
- value: "porch"
|
||||
color: var(--primary-color)
|
||||
action: service
|
||||
service:
|
||||
domain: script
|
||||
action: stream_porch_camera_to_chromecast
|
||||
tap_action:
|
||||
action: service
|
||||
service: script.stream_porch_camera_to_chromecast
|
||||
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
name: Driveway
|
||||
entity: input_label.current_stream
|
||||
icon: mdi:cctv
|
||||
color_type: card
|
||||
show_state: false
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
state:
|
||||
- value: "driveway"
|
||||
color: var(--primary-color)
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.stream_driveway_camera_to_chromecast
|
||||
|
||||
- type: button
|
||||
name: Patio
|
||||
entity: input_label.current_stream
|
||||
icon: mdi:cctv
|
||||
color_type: card
|
||||
show_state: false
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
state:
|
||||
- value: "patio"
|
||||
color: var(--primary-color)
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.stream_patio_camera_to_chromecast
|
||||
|
||||
- type: button
|
||||
name: Playarea
|
||||
entity: input_label.current_stream
|
||||
icon: mdi:cctv
|
||||
color_type: card
|
||||
show_state: false
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
state:
|
||||
- value: "playarea"
|
||||
color: var(--primary-color)
|
||||
action: service
|
||||
service:
|
||||
domain: script
|
||||
action: stream_playarea_camera_to_chromecast
|
||||
|
||||
- type: "custom:button-card"
|
||||
name: RESET CAMERA
|
||||
entity: input_label.current_stream
|
||||
icon: mdi:cctv
|
||||
color_type: card
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
state:
|
||||
- value: "frontyard"
|
||||
color: var(--primary-color)
|
||||
action: service
|
||||
service:
|
||||
domain: script
|
||||
action: reset_camera_stream
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.stream_playarea_camera_to_chromecast
|
||||
|
||||
- type: picture-glance
|
||||
id: camera_frontdoor_camera
|
||||
title: Frontdoor Camera
|
||||
entity: camera.frontdoor_camera
|
||||
camera_image: camera.frontdoor_camera
|
||||
# camera_view: live
|
||||
show_info: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
@@ -148,28 +133,27 @@ cards:
|
||||
- switch.backyard_light
|
||||
- binary_sensor.playarea_camera_motion
|
||||
|
||||
- type: picture-glance
|
||||
id: camera_garage_camera
|
||||
title: Garage Camera
|
||||
entity: camera.garage_camera
|
||||
camera_image: camera.garage_camera
|
||||
show_info: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
entities:
|
||||
- switch.garage
|
||||
# - type: picture-glance
|
||||
# id: camera_garage_camera
|
||||
# title: Garage Camera
|
||||
# entity: camera.garage_camera
|
||||
# camera_image: camera.garage_camera
|
||||
# show_info: true
|
||||
# tap_action:
|
||||
# action: more-info
|
||||
# entities:
|
||||
# - switch.garage
|
||||
|
||||
- type: picture-glance
|
||||
id: camera_3dprinter_camera
|
||||
title: 3D Printer Camera
|
||||
entity: camera.3d_printer_camera
|
||||
camera_image: camera.3d_printer_camera
|
||||
id: camera_front_camera
|
||||
title: Front Camera
|
||||
entity: camera.amcrest_camera
|
||||
camera_image: camera.amcrest_camera
|
||||
show_info: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
entities:
|
||||
- binary_sensor.motion_sensor_158d00016c2d0e
|
||||
- binary_sensor.octoprint_printing
|
||||
- switch.basement_left
|
||||
|
||||
- type: picture-glance
|
||||
id: porch_camera
|
||||
@@ -182,3 +166,15 @@ cards:
|
||||
entities:
|
||||
- binary_sensor.porch_motion
|
||||
- switch.frontyard_light
|
||||
|
||||
- type: picture-glance
|
||||
id: garage_camera
|
||||
title: Garage Camera
|
||||
entity: camera.garage
|
||||
camera_image: camera.garage
|
||||
show_info: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
entities:
|
||||
- switch.garage
|
||||
- switch.garage_shop_lights
|
||||
|
@@ -68,17 +68,17 @@ cards:
|
||||
title: Image Processing
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: image_processing.tensorflow_frontdoor_camera
|
||||
- entity: image_processing.doods_frontdoor_camera
|
||||
name: Front Door Camera
|
||||
- entity: image_processing.tensorflow_driveway_camera
|
||||
- entity: image_processing.doods_driveway_camera
|
||||
name: Driveway Camera
|
||||
- entity: image_processing.tensorflow_garage_camera
|
||||
- entity: image_processing.doods_garage
|
||||
name: Garage Camera
|
||||
- entity: image_processing.tensorflow_patio_camera
|
||||
- entity: image_processing.doods_patio_camera
|
||||
name: Patio Camera
|
||||
- entity: image_processing.tensorflow_playarea_camera
|
||||
- entity: image_processing.doods_playarea_camera
|
||||
name: Playarea Camera
|
||||
- entity: image_processing.tensorflow_3d_printer_camera
|
||||
- entity: image_processing.doods_3d_printer_camera
|
||||
name: 3D Printer Camera
|
||||
- entity: image_processing.tensorflow_porch_camera
|
||||
- entity: image_processing.doods_porch_camera
|
||||
name: Porch Camera
|
||||
|
@@ -40,7 +40,7 @@ cards:
|
||||
title: Tesla Car
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- device_tracker.mahasri_tesla_location_tracker
|
||||
# - device_tracker.mahasri_tesla_location_tracker
|
||||
- binary_sensor.mahasri_tesla_online_sensor
|
||||
- binary_sensor.mahasri_tesla_parking_brake_sensor
|
||||
- lock.mahasri_tesla_door_lock
|
||||
|
@@ -63,12 +63,12 @@ cards:
|
||||
- sensor.esxi_total_ram
|
||||
- sensor.esxi_used_ram
|
||||
|
||||
- type: entities
|
||||
title: Windows Server
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- sensor.windows_server
|
||||
- sensor.windows_server_cpu_usage
|
||||
- sensor.windows_server_idle_time
|
||||
- sensor.windows_server_memory_available
|
||||
- sensor.windows_server_memory_used
|
||||
# - type: entities
|
||||
# title: Windows Server
|
||||
# show_header_toggle: false
|
||||
# entities:
|
||||
# - sensor.windows_server
|
||||
# - sensor.windows_server_cpu_usage
|
||||
# - sensor.windows_server_idle_time
|
||||
# - sensor.windows_server_memory_available
|
||||
# - sensor.windows_server_memory_used
|
||||
|
@@ -1,21 +1,6 @@
|
||||
title: Multi Room Audio & TTS
|
||||
icon: mdi:television
|
||||
cards:
|
||||
# - type: entities
|
||||
# title: Snapcast Server Commands
|
||||
# show_header_toggle: false
|
||||
# entities:
|
||||
# - entity: input_select.snapcast_server
|
||||
# name: Snapcast Server Command
|
||||
|
||||
- type: entities
|
||||
title: Raspberry Pi Commands
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: input_select.raspberry_pis
|
||||
name: Select a Raspberry Pi
|
||||
- entity: input_select.rpi_commands
|
||||
name: Select Command To Execute
|
||||
|
||||
- type: entities
|
||||
title: Raspberry Pi Scripts
|
||||
@@ -42,13 +27,10 @@ cards:
|
||||
title: Media Players
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
# - media_player.denon_avr_x2400h
|
||||
# - media_player.gstreamer
|
||||
# - media_player.mpd
|
||||
- media_player.attic_tv
|
||||
- media_player.living_room
|
||||
- media_player.upstairs
|
||||
# - media_player.my_denon_receiver
|
||||
- media_player.living_room # sonos
|
||||
- media_player.upstairs # sonos
|
||||
- media_player.smart_tv
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
@@ -56,26 +38,8 @@ cards:
|
||||
entity: media_player.living_room
|
||||
- type: media-control
|
||||
entity: media_player.upstairs
|
||||
|
||||
# - type: media-control
|
||||
# entity: media_player.denon_avr_x2400h
|
||||
|
||||
# - type: media-control
|
||||
# entity: media_player.gstreamer
|
||||
|
||||
- type: media-control
|
||||
entity: media_player.attic_tv
|
||||
|
||||
- type: media-control
|
||||
entity: media_player.chromecastultra7021
|
||||
# - type: media-control
|
||||
# entity: media_player.my_denon_receiver
|
||||
# - type: entities
|
||||
# title: Snapcast Clients
|
||||
# show_header_toggle: false
|
||||
# entities:
|
||||
# - media_player.snapcast_client_b827eb011e00
|
||||
# - media_player.snapcast_client_b827eb4445b1
|
||||
# - media_player.snapcast_client_b827eb505e2d
|
||||
# - media_player.snapcast_client_b827eba8e7ef
|
||||
# - media_player.snapcast_client_b827ebaa08f7
|
||||
|
@@ -5,11 +5,13 @@ cards:
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
name: Automatic Lights
|
||||
entity: input_boolean.light_automations
|
||||
icon: mdi:lightbulb-on
|
||||
color_type: card
|
||||
show_state: "on"
|
||||
size: 10%
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
@@ -21,11 +23,13 @@ cards:
|
||||
domain: input_boolean
|
||||
action: light_automations
|
||||
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
name: Do Not Disturb
|
||||
entity: input_boolean.do_not_disturb
|
||||
icon: mdi:do-not-disturb
|
||||
icon: mdi:minus-circle
|
||||
color_type: card
|
||||
show_state: "on"
|
||||
size: 10%
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
@@ -37,11 +41,15 @@ cards:
|
||||
domain: input_boolean
|
||||
action: do_not_disturb
|
||||
|
||||
- type: "custom:button-card"
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: button
|
||||
name: Home Sounds
|
||||
entity: input_boolean.voice_notifications
|
||||
icon: mdi:volume-high
|
||||
color_type: card
|
||||
show_state: "on"
|
||||
size: 10%
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
@@ -53,11 +61,13 @@ cards:
|
||||
domain: input_boolean
|
||||
action: voice_notifications
|
||||
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
name: Location Alerts
|
||||
entity: input_boolean.zone_alerts
|
||||
icon: mdi:map-marker
|
||||
color_type: card
|
||||
show_state: "on"
|
||||
size: 10%
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
@@ -71,11 +81,13 @@ cards:
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
name: Family Movie
|
||||
entity: input_boolean.movie_time
|
||||
icon: mdi:filmstrip
|
||||
color_type: card
|
||||
show_state: "on"
|
||||
size: 10%
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
@@ -87,11 +99,13 @@ cards:
|
||||
domain: input_boolean
|
||||
action: movie_time
|
||||
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
name: Hourly Report
|
||||
entity: input_boolean.hourly_report
|
||||
icon: mdi:timer-sand
|
||||
color_type: card
|
||||
show_state: "on"
|
||||
size: 10%
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
@@ -103,11 +117,15 @@ cards:
|
||||
domain: input_boolean
|
||||
action: hourly_report
|
||||
|
||||
- type: "custom:button-card"
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: button
|
||||
name: Nightly Report
|
||||
entity: input_boolean.nightly_report
|
||||
icon: mdi:weather-night
|
||||
color_type: card
|
||||
show_state: "on"
|
||||
size: 10%
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
@@ -119,11 +137,13 @@ cards:
|
||||
domain: input_boolean
|
||||
action: nightly_report
|
||||
|
||||
- type: "custom:button-card"
|
||||
name: Good Weather
|
||||
- type: button
|
||||
name: Go Outside
|
||||
entity: input_boolean.enjoyable_weather_reminders
|
||||
icon: mdi:weather-windy-variant
|
||||
color_type: card
|
||||
show_state: "on"
|
||||
size: 10%
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
@@ -137,11 +157,13 @@ cards:
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
name: Working in Office
|
||||
entity: input_boolean.working_in_office_room
|
||||
icon: mdi:office-building
|
||||
color_type: card
|
||||
show_state: "on"
|
||||
size: 10%
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
@@ -153,11 +175,13 @@ cards:
|
||||
domain: input_boolean
|
||||
action: working_in_office_room
|
||||
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
name: Working in Garage
|
||||
entity: input_boolean.working_in_garage
|
||||
icon: mdi:garage-alert
|
||||
color_type: card
|
||||
show_state: "on"
|
||||
size: 10%
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
@@ -171,11 +195,13 @@ cards:
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
name: Stream Cameras To Chromecast
|
||||
entity: input_boolean.stream_camera2chromecast
|
||||
icon: mdi:cctv
|
||||
color_type: card
|
||||
show_state: "on"
|
||||
size: 5%
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
@@ -194,6 +220,36 @@ cards:
|
||||
- input_number.calendar_remind_before_days
|
||||
- input_number.battery_alert_threshold
|
||||
|
||||
- type: entities
|
||||
title: Garage Timers
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- input_number.garage_lights
|
||||
- input_number.garage_shop_lights
|
||||
|
||||
- type: entities
|
||||
title: Master Suite Timers
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- input_number.master_bathroom_lights
|
||||
- input_number.master_bathroom_toilet_lights
|
||||
- input_number.master_bathroom_shower_exhaust_timer_duration
|
||||
- input_number.master_bathroom_toilet_exhaust_timer_duration
|
||||
|
||||
- type: entities
|
||||
title: Kids Bathroom Timers
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- input_number.guest_bathroom_lights
|
||||
- input_number.guest_bathroom_exhaust_timer_duration
|
||||
|
||||
- type: entities
|
||||
title: Kids Bedroom Closet Timers
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- input_number.srinika_bedroom_closet_lights
|
||||
- input_number.hasika_bedroom_closet_lights
|
||||
|
||||
- type: entities
|
||||
title: Alerts & Notifications
|
||||
show_header_toggle: false
|
||||
|
@@ -1,94 +0,0 @@
|
||||
title: Raspberry PI
|
||||
icon: mdi:pig
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
name: Query Wifi
|
||||
entity: inout_boolean.dummy
|
||||
icon: mdi:wifi
|
||||
color_type: card
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: var(--primary-color)
|
||||
action: service
|
||||
service:
|
||||
domain: script
|
||||
action: query_wifi_info
|
||||
- type: "custom:button-card"
|
||||
name: Query Disk
|
||||
entity: inout_boolean.dummy
|
||||
icon: mdi:harddisk
|
||||
color_type: card
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: var(--primary-color)
|
||||
action: service
|
||||
service:
|
||||
domain: script
|
||||
action: query_disk_info
|
||||
|
||||
- type: entities
|
||||
title: Raspberry Pi Commands
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- input_select.raspberry_pis
|
||||
- input_select.rpi_commands
|
||||
|
||||
- type: entities
|
||||
title: WiFi Signal Strength
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- sensor.kitchen_pi_signal_level
|
||||
- sensor.family_room_pi_signal_level
|
||||
- sensor.front_room_pi_signal_level
|
||||
- sensor.garage_pi_signal_level
|
||||
- sensor.guest_1_pi_signal_level
|
||||
- sensor.guest_2_pi_signal_level
|
||||
- sensor.master_bedroom_pi_signal_level
|
||||
|
||||
- type: entities
|
||||
title: WiFi Link Quality
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- sensor.kitchen_pi_link_quality
|
||||
- sensor.family_room_pi_link_quality
|
||||
- sensor.front_room_pi_link_quality
|
||||
- sensor.garage_pi_link_quality
|
||||
- sensor.guest_1_pi_link_quality
|
||||
- sensor.guest_2_pi_link_quality
|
||||
- sensor.master_bedroom_pi_link_quality
|
||||
|
||||
- type: entities
|
||||
title: RPi Disk Available
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- sensor.kitchen_pi_available_disk
|
||||
- sensor.family_room_pi_available_disk
|
||||
- sensor.front_room_pi_available_disk
|
||||
- sensor.garage_pi_available_disk
|
||||
- sensor.guest_1_pi_available_disk
|
||||
- sensor.guest_2_pi_available_disk
|
||||
- sensor.master_bedroom_pi_available_disk
|
||||
|
||||
- type: entities
|
||||
title: RPi Disk Used
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- sensor.kitchen_pi_disk_used
|
||||
- sensor.family_room_pi_disk_used
|
||||
- sensor.front_room_pi_disk_used
|
||||
- sensor.garage_pi_disk_used
|
||||
- sensor.guest_1_pi_disk_used
|
||||
- sensor.guest_2_pi_disk_used
|
||||
- sensor.master_bedroom_pi_disk_used
|
||||
|
||||
- type: entities
|
||||
title: RPi Scripts
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- script.query_disk_info
|
||||
- script.query_wifi_info
|
||||
- script.restart_all_raspberrypis
|
||||
- script.restart_all_snapclients
|
||||
- script.shutdown_all_raspberrypis
|
@@ -1,34 +1,6 @@
|
||||
title: Scripts
|
||||
icon: mdi:script
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
name: Update HASS
|
||||
entity: inout_boolean.dummy
|
||||
icon: mdi:home-assistant
|
||||
color_type: card
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: var(--primary-color)
|
||||
action: service
|
||||
service:
|
||||
domain: script
|
||||
action: update_hass
|
||||
|
||||
- type: "custom:button-card"
|
||||
name: Restart HASS
|
||||
entity: inout_boolean.dummy
|
||||
icon: mdi:home-assistant
|
||||
color_type: card
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: var(--primary-color)
|
||||
action: service
|
||||
service:
|
||||
domain: script
|
||||
action: restart_hass
|
||||
|
||||
- type: entities
|
||||
title: Notification Scripts
|
||||
show_header_toggle: false
|
||||
|
@@ -27,10 +27,7 @@ cards:
|
||||
title: Zone Based Alerts
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- automation.alert_private_zone_enter
|
||||
- automation.alert_private_zone_leaves
|
||||
- automation.alert_when_everyone_is_away
|
||||
- automation.alert_when_moving
|
||||
- automation.alert_when_someone_enters_a_zone
|
||||
- automation.alert_when_someone_leaves_a_zone
|
||||
- automation.send_a_message_as_i_get_closer_to_home
|
||||
@@ -40,21 +37,14 @@ cards:
|
||||
title: Misc. Notifications
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- automation.notify_charger_switch_state
|
||||
- automation.notify_charging_status
|
||||
- automation.notify_door_status
|
||||
- automation.notify_holiday_state_change
|
||||
- automation.notify_indian_holidays
|
||||
- automation.notify_low_battery
|
||||
- automation.notify_thermostat_state_change
|
||||
- automation.notify_usps_mail
|
||||
- automation.notify_usps_packages
|
||||
|
||||
- type: entities
|
||||
title: Timer Automations
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- automation.cancel_wfh_timer_when_suresh_leaves_home
|
||||
- automation.family_room_motion_timer
|
||||
- automation.family_room_timer_elapsed
|
||||
- automation.frontroom_motion_timer
|
||||
@@ -64,22 +54,6 @@ cards:
|
||||
- automation.master_bedroom_timer_elapsed
|
||||
- automation.officeroom_motion_timer
|
||||
- automation.officeroom_timer_elapsed
|
||||
- automation.timer_elapsed_take_a_walk
|
||||
- automation.upstairs_aroma_timer_elapsed
|
||||
- automation.upstairs_aroma_timer_finish
|
||||
- automation.upstairs_aroma_timer_start
|
||||
- automation.wfh_timer_start
|
||||
|
||||
- type: entities
|
||||
title: 3D Printer Automations
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- automation.3d_print_send_telegram_pictures
|
||||
- automation.3d_print_job_finished
|
||||
- automation.3d_print_progress_update
|
||||
- automation.3d_print_state_changed
|
||||
- automation.3d_print_notify_printer_state
|
||||
- automation.3d_print_notify_printer_error
|
||||
|
||||
- type: entities
|
||||
title: Garage Automations
|
||||
@@ -121,7 +95,6 @@ cards:
|
||||
title: Light Automations
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- automation.restore_familyroom_lights
|
||||
- automation.evening_indoor_lights_on_before_sunset
|
||||
- automation.evening_outdoor_lights_on_at_sunset
|
||||
- automation.garage_lights_on_when_door_is_opened
|
||||
@@ -197,17 +170,8 @@ cards:
|
||||
- automation.notify_home_status_when_away
|
||||
- automation.home_mode_away_on
|
||||
- automation.hourly_report_during_day_time
|
||||
- automation.check_wi_fi_status_of_iphones_at_home
|
||||
- automation.night_bedtime_report
|
||||
|
||||
- type: entities
|
||||
title: Raspberry Pi Automations
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- automation.query_rpi_disk_data
|
||||
- automation.query_rpi_wifi_data
|
||||
- automation.raspberry_pi_command
|
||||
|
||||
- type: entities
|
||||
title: Media Player Automations
|
||||
show_header_toggle: false
|
||||
|
@@ -6,7 +6,7 @@ cards:
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
entity: sensor.kalavala_nas_smart_status_drive_0_1
|
||||
name: Drive 1
|
||||
color_type: card
|
||||
@@ -20,7 +20,7 @@ cards:
|
||||
- value: "FAIL"
|
||||
color: rgb(255, 0, 0)
|
||||
action: more_info
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
entity: sensor.kalavala_nas_smart_status_drive_0_2
|
||||
name: Drive 2
|
||||
color_type: card
|
||||
@@ -34,7 +34,7 @@ cards:
|
||||
- value: "FAIL"
|
||||
color: rgb(255, 0, 0)
|
||||
action: more_info
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
entity: sensor.kalavala_nas_smart_status_drive_0_3
|
||||
name: Drive 3
|
||||
color_type: card
|
||||
@@ -48,7 +48,7 @@ cards:
|
||||
- value: "FAIL"
|
||||
color: rgb(255, 0, 0)
|
||||
action: more_info
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
entity: sensor.kalavala_nas_smart_status_drive_0_4
|
||||
name: Drive 4
|
||||
color_type: card
|
||||
@@ -115,7 +115,7 @@ cards:
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
entity: sensor.mahasri_nas_smart_status_drive_0_1
|
||||
name: Drive 1
|
||||
color_type: card
|
||||
@@ -129,7 +129,7 @@ cards:
|
||||
- value: "FAIL"
|
||||
color: rgb(255, 0, 0)
|
||||
action: more_info
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
entity: sensor.mahasri_nas_smart_status_drive_0_2
|
||||
name: Drive 2
|
||||
color_type: card
|
||||
@@ -143,7 +143,7 @@ cards:
|
||||
- value: "FAIL"
|
||||
color: rgb(255, 0, 0)
|
||||
action: more_info
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
entity: sensor.mahasri_nas_smart_status_drive_0_3
|
||||
name: Drive 3
|
||||
color_type: card
|
||||
@@ -157,7 +157,7 @@ cards:
|
||||
- value: "FAIL"
|
||||
color: rgb(255, 0, 0)
|
||||
action: more_info
|
||||
- type: "custom:button-card"
|
||||
- type: button
|
||||
entity: sensor.mahasri_nas_smart_status_drive_0_4
|
||||
name: Drive 4
|
||||
color_type: card
|
||||
|
@@ -42,12 +42,10 @@ cards:
|
||||
title: Print Times
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: sensor.time_elapsed
|
||||
name: Elapsed
|
||||
- entity: sensor.time_estimated
|
||||
name: Estimated
|
||||
- entity: sensor.print_completion
|
||||
name: Print Completion
|
||||
- entity: sensor.octoprint_print_start
|
||||
name: Print Started
|
||||
- entity: sensor.octoprint_print_end_eta
|
||||
name: Completed ETA
|
||||
|
||||
- type: entities
|
||||
title: 3D Printer Settings
|
||||
|
Reference in New Issue
Block a user