mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Changes and cleanup
This commit is contained in:
+20
-37
@@ -404,19 +404,32 @@ badges:
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- condition: numeric_state
|
||||
entity: sensor.pixel_7_volume_level_ringer
|
||||
below: 1
|
||||
- entity: sensor.pixel_7_ringer_mode
|
||||
state: "silent"
|
||||
chip:
|
||||
type: template
|
||||
entity: sensor.pixel_7_volume_level_ringer
|
||||
entity: sensor.pixel_7_ringer_mode
|
||||
content: Silent
|
||||
icon: mdi:cellphone
|
||||
icon: mdi:volume-off
|
||||
icon_color: red
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /details-yml/mobile-app
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: sensor.pixel_7_ringer_mode
|
||||
state: "vibrate"
|
||||
chip:
|
||||
type: template
|
||||
entity: sensor.pixel_7_ringer_mode
|
||||
content: Vibrate
|
||||
icon: mdi:vibrate
|
||||
icon_color: yellow
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /details-yml/mobile-app
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.sprinkler_in_season
|
||||
@@ -875,7 +888,7 @@ badges:
|
||||
service: homeassistant.turn_on
|
||||
service_data:
|
||||
entity_id: input_boolean.mail_checked
|
||||
- entity: binary_sensor.take_dumpster_to_curb
|
||||
- entity: binary_sensor.take_trash_out
|
||||
name: Trash
|
||||
tap_action:
|
||||
action: call-service
|
||||
@@ -888,36 +901,6 @@ badges:
|
||||
name: Update
|
||||
- entity: binary_sensor.computer_chair_contact_occupied
|
||||
name: Comp Chair
|
||||
- entity: binary_sensor.grocy_overdue_chores
|
||||
name: Chores
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /details-yml/chores
|
||||
- entity: binary_sensor.grocy_overdue_tasks
|
||||
name: Tasks
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /details-yml/chores
|
||||
- entity: binary_sensor.grocy_overdue_products
|
||||
name: Overdue
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /details-yml/stock
|
||||
- entity: binary_sensor.grocy_missing_products
|
||||
name: Missing
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /details-yml/stock
|
||||
- entity: binary_sensor.grocy_expiring_products
|
||||
name: Expiring
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /details-yml/stock
|
||||
- entity: binary_sensor.grocy_expired_products
|
||||
name: Expired
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /details-yml/stock
|
||||
- entity: binary_sensor.humidity_too_low
|
||||
name: Too Dry
|
||||
hold_action:
|
||||
@@ -1501,7 +1484,7 @@ cards:
|
||||
camera_entity: camera.mail_usps_camera
|
||||
|
||||
- type: custom:hourly-weather
|
||||
entity: weather.openweathermap
|
||||
entity: weather.kbiv
|
||||
icons: true
|
||||
name: ""
|
||||
hide_hours: false
|
||||
|
||||
Reference in New Issue
Block a user