main
  1# Automation & Devices Dashboard
  2# Smart home devices, automations, and integrations
  3
  4title: Automation
  5path: automation
  6icon: mdi:home-automation
  7badges: []
  8
  9cards:
 10  # Automation header
 11  - type: markdown
 12    content: |
 13      ## Home Automation
 14      Smart devices, automations, and integrations
 15
 16  # Smart Devices
 17  - type: entities
 18    title: Smart Devices
 19    show_header_toggle: false
 20    entities:
 21      # Add your actual smart home devices here
 22      # Examples based on common integrations:
 23      # Shield TV (if integrated via Android TV integration)
 24      # - entity: media_player.shield_tv
 25      #   name: Shield TV
 26      #
 27      # Lights
 28      # - entity: light.living_room
 29      #   name: Living Room
 30      #
 31      # Switches
 32      # - entity: switch.office_lamp
 33      #   name: Office Lamp
 34
 35  # Active Automations
 36  - type: entities
 37    title: Automations
 38    show_header_toggle: false
 39    entities:
 40      # Add your automations here
 41      # - entity: automation.morning_routine
 42      #   name: Morning Routine
 43      # - entity: automation.media_server_health_check
 44      #   name: Media Server Health Check
 45      # - entity: automation.backup_notification
 46      #   name: Backup Notifications
 47
 48  # Syncthing Status
 49  - type: markdown
 50    content: |
 51      ### Syncthing Sync Status
 52      Monitor folder synchronization across devices
 53
 54  - type: grid
 55    columns: 2
 56    square: false
 57    cards:
 58      # Main sync folders
 59      - type: entities
 60        title: Sync Folders
 61        entities:
 62          # Add Syncthing folder sensors if available
 63          # - entity: sensor.syncthing_org_sync_status
 64          #   name: Org Files
 65          # - entity: sensor.syncthing_documents_sync_status
 66          #   name: Documents
 67          # - entity: sensor.syncthing_sync_sync_status
 68          #   name: General Sync
 69          - type: section
 70            label: Placeholder
 71
 72      # Device sync status
 73      - type: entities
 74        title: Connected Devices
 75        entities:
 76          # Add Syncthing device sensors
 77          # - entity: binary_sensor.syncthing_kyushu
 78          #   name: Kyushu (Laptop)
 79          # - entity: binary_sensor.syncthing_aomi
 80          #   name: Aomi (Desktop)
 81          # - entity: binary_sensor.syncthing_hokkaido
 82          #   name: Hokkaido (iPhone)
 83          - type: section
 84            label: Placeholder
 85
 86  # System Health
 87  - type: markdown
 88    content: |
 89      ### System Health Checks
 90      Configure automation for:
 91      - Service availability monitoring
 92      - Disk space alerts
 93      - Backup completion notifications
 94      - Certificate expiration warnings
 95      - VPN connection status
 96
 97  # Quick Actions
 98  - type: entities
 99    title: Quick Actions
100    entities:
101      # Add useful scripts and scenes
102      # - entity: script.restart_media_services
103      #   name: Restart Media Services
104      # - entity: script.run_backup
105      #   name: Run Backup
106      # - entity: scene.movie_time
107      #   name: Movie Mode
108      - type: section
109        label: Configure scripts and scenes
110
111  # Notifications
112  - type: markdown
113    content: |
114      ### Notifications
115      Configure ntfy.sh notifications for:
116      - Download completions (Sonarr/Radarr)
117      - Media requests (Jellyseerr)
118      - System alerts (disk space, health checks)
119      - Backup status (audible-sync, PostgreSQL)
120      - Certificate renewals