diff --git a/lovelace/home_dashboard/world_dashboard.yaml b/lovelace/home_dashboard/world_dashboard.yaml index a0958ba..603cfe7 100644 --- a/lovelace/home_dashboard/world_dashboard.yaml +++ b/lovelace/home_dashboard/world_dashboard.yaml @@ -38,39 +38,6 @@ - type: custom:sun-card darkMode: true - - - type: custom:decluttering-card - template: coloured-vertical-stack - variables: - - color: "#38593a" - - cards: - - type: custom:decluttering-card - template: v3_section_title - variables: - - title: Home stats - - type: entities - entities: - - type: custom:decluttering-card - template: percentage_card - variables: - - name: Georgi home - - entity: sensor.georgi_home_percent - - icon: mdi:percent - - orange: 100 - - red: 100 - - entity: sensor.georgi_times_left - name: Georgi times left - - type: custom:decluttering-card - template: percentage_card - variables: - - name: Maya home - - entity: sensor.maya_home_percent - - icon: mdi:percent - - orange: 100 - - red: 100 - - entity: sensor.maya_times_left - name: Maya times left - - type: custom:decluttering-card template: coloured-vertical-stack variables: diff --git a/packages/modules/presence.yaml b/packages/modules/presence.yaml index d72b948..62eedbb 100644 --- a/packages/modules/presence.yaml +++ b/packages/modules/presence.yaml @@ -51,43 +51,6 @@ binary_sensor: device_class: motion value_template: "{{ is_state('sensor.multisensor_6_burglar', '8') }}" -sensor: - - platform: history_stats - name: Georgi home percent - entity_id: device_tracker.lithium - state: "home" - type: ratio - duration: - days: 7 - end: "{{ now() }}" - - - platform: history_stats - name: Georgi times left - entity_id: device_tracker.lithium - state: "home" - type: count - duration: - days: 7 - end: "{{ now() }}" - - - platform: history_stats - name: Maya home percent - entity_id: device_tracker.maya_s22 - state: "home" - type: ratio - duration: - days: 7 - end: "{{ now() }}" - - - platform: history_stats - name: Maya times left - entity_id: device_tracker.maya_s22 - state: "home" - type: count - duration: - days: 7 - end: "{{ now() }}" - automation: - alias: Presence ยท Georgi Arrival detection