mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
database should now be good and shouldn't cause random restarts
some other minor tweask and renames to appease the watchman
This commit is contained in:
@@ -30,6 +30,7 @@ recorder:
|
||||
- sensor.mail_updated
|
||||
- light.upstairs_public
|
||||
- sensor.nws_alerts_last_updated
|
||||
- sensor.pixel_7_active_notification_count
|
||||
- sensor.pixel_10_pro_active_notification_count
|
||||
entity_globs:
|
||||
- sensor.*_text
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
lovelace:
|
||||
mode: yaml
|
||||
resource_mode: yaml
|
||||
resources: !include ../../lovelace/resources.yaml
|
||||
dashboards:
|
||||
lovelace-yaml:
|
||||
@@ -7,7 +7,7 @@ lovelace:
|
||||
title: Daddy's House
|
||||
icon: mdi:home
|
||||
show_in_sidebar: true
|
||||
filename: ui-lovelace.yaml
|
||||
filename: ui-cleverhome.yaml
|
||||
data-yml:
|
||||
mode: yaml
|
||||
title: Data
|
||||
@@ -37,7 +37,7 @@ lovelace:
|
||||
title: Casting
|
||||
icon: mdi:cast
|
||||
show_in_sidebar: false
|
||||
filename: ui-cast.yaml
|
||||
filename: ui-casting.yaml
|
||||
details-yml:
|
||||
mode: yaml
|
||||
title: Details
|
||||
|
||||
@@ -3,7 +3,7 @@ template:
|
||||
- unique_id: templatebinarysensor.pixel_10_pro_connected_to_traverse
|
||||
default_entity_id: binary_sensor.pixel_10_pro_connected_to_traverse
|
||||
icon: mdi:cellphone-key
|
||||
name: Pixel 7 Connected to Traverse
|
||||
name: Pixel 10 Connected to Traverse
|
||||
state: "{{ '30:C3:D9:B0:CA:E4 (Chevrolet MyLink)' in state_attr('sensor.pixel_10_pro_bluetooth_connection','connected_paired_devices') }}"
|
||||
|
||||
- unique_id: templatebinarysensor.humidity_too_low
|
||||
|
||||
Reference in New Issue
Block a user