diff --git a/dashboards/views/03_andreas.yaml b/dashboards/views/03_andreas.yaml index 24447f7..62433b8 100644 --- a/dashboards/views/03_andreas.yaml +++ b/dashboards/views/03_andreas.yaml @@ -354,3 +354,44 @@ sections: - type: tile entity: switch.andreas_motionlys_toggle name: Motionlys + + - type: grid + cards: + - type: heading + heading: Støvsuger + + - type: horizontal-stack + cards: + - type: custom:button-card + name: Sug + icon: mdi:robot-vacuum + tap_action: + action: perform-action + perform_action: button.press + target: + entity_id: button.bryggers_roborock_s8_pro_ultra_andreas_sug + styles: + card: + - padding: 8px 6px + - height: 72px + icon: + - width: 22px + name: + - font-size: 11px + + - type: custom:button-card + name: Sug & vask + icon: mdi:robot-vacuum-variant + tap_action: + action: perform-action + perform_action: button.press + target: + entity_id: button.bryggers_roborock_s8_pro_ultra_andreas_sug_vask + styles: + card: + - padding: 8px 6px + - height: 72px + icon: + - width: 22px + name: + - font-size: 11px diff --git a/dashboards/views/04_daniel.yaml b/dashboards/views/04_daniel.yaml index 4d920cf..18f33c2 100644 --- a/dashboards/views/04_daniel.yaml +++ b/dashboards/views/04_daniel.yaml @@ -358,3 +358,44 @@ sections: - type: tile entity: switch.daniel_motionlys_toggle name: Motionlys + + - type: grid + cards: + - type: heading + heading: Støvsuger + + - type: horizontal-stack + cards: + - type: custom:button-card + name: Sug + icon: mdi:robot-vacuum + tap_action: + action: perform-action + perform_action: button.press + target: + entity_id: button.bryggers_roborock_s8_pro_ultra_daniel_sug + styles: + card: + - padding: 8px 6px + - height: 72px + icon: + - width: 22px + name: + - font-size: 11px + + - type: custom:button-card + name: Sug & vask + icon: mdi:robot-vacuum-variant + tap_action: + action: perform-action + perform_action: button.press + target: + entity_id: button.bryggers_roborock_s8_pro_ultra_daniel_sug_vask + styles: + card: + - padding: 8px 6px + - height: 72px + icon: + - width: 22px + name: + - font-size: 11px diff --git a/dashboards/views/04b_sovevaerelse.yaml b/dashboards/views/04b_sovevaerelse.yaml index ea00280..5e00670 100644 --- a/dashboards/views/04b_sovevaerelse.yaml +++ b/dashboards/views/04b_sovevaerelse.yaml @@ -175,3 +175,44 @@ sections: - type: tile entity: binary_sensor.sovevaerelse_vindue name: Vindue + + - type: grid + cards: + - type: heading + heading: Støvsuger + + - type: horizontal-stack + cards: + - type: custom:button-card + name: Sug + icon: mdi:robot-vacuum + tap_action: + action: perform-action + perform_action: button.press + target: + entity_id: button.bryggers_roborock_s8_pro_ultra_sovevaerelse_sug + styles: + card: + - padding: 8px 6px + - height: 72px + icon: + - width: 22px + name: + - font-size: 11px + + - type: custom:button-card + name: Sug & vask + icon: mdi:robot-vacuum-variant + tap_action: + action: perform-action + perform_action: button.press + target: + entity_id: button.bryggers_roborock_s8_pro_ultra_sovevaerelse_sug_vask + styles: + card: + - padding: 8px 6px + - height: 72px + icon: + - width: 22px + name: + - font-size: 11px diff --git a/dashboards/views/06c_indkorsel_snapshots.yaml b/dashboards/views/06c_indkorsel_snapshots.yaml index c8e2a28..d8eb56a 100644 --- a/dashboards/views/06c_indkorsel_snapshots.yaml +++ b/dashboards/views/06c_indkorsel_snapshots.yaml @@ -5,5 +5,5 @@ panel: true cards: - type: iframe - url: /local/snapshots/indkorsel_loader.html?v=20260730162916 + url: /local/snapshots/indkorsel_loader.html?v=20260808105147 aspect_ratio: 100% diff --git a/include/automations/alarms.yaml b/include/automations/alarms.yaml index 311aed6..092b40d 100644 --- a/include/automations/alarms.yaml +++ b/include/automations/alarms.yaml @@ -53,31 +53,6 @@ - service: homeassistant.turn_off entity_id: switch.sonos_alarm_445 - - alias: 'Turn on alarms Andreas Saturdays' - trigger: - platform: time - at: '20:05:30' - condition: - - condition: or - conditions: - - condition: template - value_template: '{{ now().date() | string != "2022-12-24" }}' - - condition: template - value_template: '{{ now().date() | string != "2022-12-31" }}' - - condition: template - value_template: "{{ not is_state('input_select.andreas_status', 'syg') }}" - action: - - service: homeassistant.turn_on - entity_id: switch.sonos_alarm_1874 - - - alias: 'Turn off alarms Andreas Saturdays' - trigger: - platform: time - at: '20:00:30' - action: - - service: homeassistant.turn_off - entity_id: switch.sonos_alarm_1874 - - alias: 'Turn on alarms Daniel' trigger: platform: time @@ -105,59 +80,6 @@ - service: homeassistant.turn_off entity_id: switch.sonos_alarm_377 - - alias: 'Turn on alarms Daniel Afsted' - trigger: - platform: time - at: '20:07:10' - condition: - - condition: state - entity_id: binary_sensor.arbejdsdagimorgen - state: 'on' - - condition: template - value_template: "{{ not is_state('input_select.daniel_status', 'syg') }}" - action: - - service: homeassistant.turn_on - entity_id: switch.sonos_alarm_1894 - - - - alias: 'Turn off alarms Daniel Afsted' - trigger: - platform: time - at: '20:01:10' - condition: - - condition: state - entity_id: binary_sensor.arbejdsdagimorgen - state: 'off' - action: - - service: homeassistant.turn_off - entity_id: switch.sonos_alarm_1894 - - - alias: 'Turn on alarms Daniel Mondays and Fridays' - trigger: - platform: time - at: '20:06:20' - condition: - - condition: state - entity_id: binary_sensor.arbejdsdagimorgen - state: 'on' - - condition: template - value_template: "{{ not is_state('input_select.daniel_status', 'syg') }}" - action: - - service: homeassistant.turn_on - entity_id: switch.sonos_alarm_2273 - - - alias: 'Turn off alarms Daniel Mondays and Fridays' - trigger: - platform: time - at: '20:00:43' - condition: - - condition: state - entity_id: binary_sensor.arbejdsdagimorgen - state: 'off' - action: - - service: homeassistant.turn_off - entity_id: switch.sonos_alarm_2273 - - alias: 'Turn on alarms Daniel Saturdays' trigger: platform: time diff --git a/include/automations/syg.yaml b/include/automations/syg.yaml index fa9a60b..06b04c4 100644 --- a/include/automations/syg.yaml +++ b/include/automations/syg.yaml @@ -23,8 +23,6 @@ target: entity_id: - switch.sonos_alarm_377 # Daniel hverdagsalarm - - switch.sonos_alarm_1894 # Daniel afsted - - switch.sonos_alarm_2273 # Daniel man/fre - switch.sonos_alarm_3471 # Daniel lørdag - alias: "Syg - Daniel - genaktiver alarmer" diff --git a/www/mealie.json b/www/mealie.json index 669b238..19600c2 100644 --- a/www/mealie.json +++ b/www/mealie.json @@ -1 +1 @@ -{"count": 7, "items": [{"date": "2026-08-05", "recipe": {"name": "One pot french onion pasta", "slug": "one-pot-french-onion-pasta"}}, {"date": "2026-08-04", "recipe": {"name": "P\u00f8lsegryde", "slug": "polsegryde"}}, {"date": "2026-08-03", "recipe": {"name": "One pot french onion pasta", "slug": "one-pot-french-onion-pasta"}}, {"date": "2026-08-02", "recipe": {"name": "P\u00f8lsegryde", "slug": "polsegryde"}}, {"date": "2026-08-01", "recipe": {"name": "Pho nudelsuppe med asiatisk ribbensteg", "slug": "pho-nudelsuppe-med-asiatisk-ribbensteg"}}, {"date": "2026-07-31", "recipe": {"name": "Banh Mi Burger", "slug": "banh-mi-burger"}}, {"date": "2026-07-30", "recipe": {"name": "Tex Mex Salat", "slug": "tex-mex-salat"}}]} \ No newline at end of file +{"count": 7, "items": [{"date": "2026-08-14", "recipe": {"name": "Salat med and og mango", "slug": "salat-med-and-og-mango"}}, {"date": "2026-08-13", "recipe": {"name": "Ovnbagt \u00e6ggekage med gr\u00f8nt", "slug": "ovnbagt-aeggekage-med-gront"}}, {"date": "2026-08-12", "recipe": {"name": "Nem k\u00f8dsauce med gr\u00f8ntsager", "slug": "nem-kodsauce-med-grontsager"}}, {"date": "2026-08-11", "recipe": {"name": "Tortillas med krydret oksek\u00f8d", "slug": "tortillas-med-krydret-oksekod"}}, {"date": "2026-08-10", "recipe": {"name": "Nem k\u00f8dsauce med gr\u00f8ntsager", "slug": "nem-kodsauce-med-grontsager"}}, {"date": "2026-08-09", "recipe": {"name": "Tortillas med krydret oksek\u00f8d", "slug": "tortillas-med-krydret-oksekod"}}, {"date": "2026-08-08", "recipe": {"name": "Pasta med laks og fl\u00f8de", "slug": "pasta-med-laks-og-flode"}}]} \ No newline at end of file