Tilføj plæneklipper automatiseringer og dashboard

This commit is contained in:
2026-04-16 16:15:37 +02:00
parent 18d3293953
commit 999ffceec9
3 changed files with 130 additions and 0 deletions
+43
View File
@@ -155,6 +155,49 @@ cards:
target:
entity_id: button.roborock_s8_pro_ultra_vac_followed_by_mop
# 🏎️ Plæneklipper
- type: horizontal-stack
cards:
- type: custom:button-card
entity: input_datetime.ploeneklipper_sidst_koert
show_icon: false
show_name: true
show_state: true
name: Sidst klippet
tap_action:
action: none
styles:
card:
- padding: 8px
name:
- font-size: 11px
- color: var(--secondary-text-color)
- padding-bottom: 4px
state:
- white-space: normal
- word-break: break-word
- line-height: 1.2
- font-size: 13px
- text-align: center
- type: button
name: Klip
icon: mdi:robot-mower
tap_action:
action: call-service
service: lawn_mower.start_mowing
target:
entity_id: lawn_mower.husqvarna_automower
- type: button
name: Stop
icon: mdi:home-import-outline
tap_action:
action: call-service
service: lawn_mower.dock
target:
entity_id: lawn_mower.husqvarna_automower
# 💡 Lys kontrol
- type: horizontal-stack
cards: