mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2026-07-06 14:12:23 -07:00
4457dc0bcd
- Updated guest_mode.yaml to clarify guest mode announcements and added a related issue reference. - Enhanced night_watchdog.yaml with additional conditions for vacation mode and house sitter presence. - Improved sunset_turn_on.yaml by refining action sequences and adding vacation presence logic. - Expanded admin_sections.yaml to include new tiles for front door package detection and related inputs. - Removed obsolete media player from media_players.yaml and updated switches.yaml to reflect new outdoor seasonal switch IDs. - Enhanced home_modes.yaml and README.md to clarify home mode toggles and their usage. - Updated docker_infrastructure.yaml to improve container outage notifications and streamline maintenance checks. - Enhanced LLM Vision package to include front door package detection and related automation triggers. closed https://github.com/CCOSTAN/Home-AssistantConfig/issues/793
72 lines
2.3 KiB
YAML
72 lines
2.3 KiB
YAML
######################################################################
|
|
# @CCOSTAN - Follow Me on X
|
|
# For more info visit https://www.vcloudinfo.com/click-here
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
# -------------------------------------------------------------------
|
|
# Overview Partial - admin sections
|
|
# Reusable list extracted from a view for smaller diffs and safer edits.
|
|
# -------------------------------------------------------------------
|
|
# Notes: Extracted from config/dashboards/overview/views/08_admin.yaml key `sections`.
|
|
######################################################################
|
|
|
|
- type: grid
|
|
cards:
|
|
- type: tile
|
|
entity: automation.llm_vision_garage_cans_upper_right
|
|
- type: tile
|
|
entity: input_text.llmvision_garbage_last_keyframe
|
|
- type: tile
|
|
entity: input_datetime.llmvision_garbage_last_run
|
|
- type: tile
|
|
entity: input_text.llmvision_garbage_last_response
|
|
- type: tile
|
|
entity: calendar.llm_vision_timeline
|
|
- type: tile
|
|
entity: update.llm_vision_update
|
|
- type: tile
|
|
entity: input_button.llmvision_garbage_check
|
|
- type: tile
|
|
entity: binary_sensor.front_door_packages_present
|
|
- type: tile
|
|
entity: input_text.llmvision_front_door_last_response
|
|
- type: tile
|
|
entity: input_datetime.llmvision_front_door_last_run
|
|
- type: tile
|
|
entity: input_text.llmvision_front_door_last_keyframe
|
|
- type: tile
|
|
entity: input_button.llmvision_front_door_package_check
|
|
- type: grid
|
|
cards:
|
|
- type: markdown
|
|
title: AI Diagnostics
|
|
content: '**OpenAI Response:**
|
|
|
|
|
|
{{ state_attr(''sensor.openai_response'', ''response'') }}
|
|
|
|
'
|
|
- type: markdown
|
|
title: AI Diagnostics
|
|
content: '**OpenAI Instructions:**
|
|
|
|
|
|
{{ state_attr(''sensor.openai_instructions'', ''instructions'') }}
|
|
|
|
'
|
|
- type: grid
|
|
cards:
|
|
- camera_view: auto
|
|
type: picture-glance
|
|
title: Bedroom Tablet
|
|
image: https://demo.home-assistant.io/stub_config/kitchen.png
|
|
entities:
|
|
- entity: switch.alarm_panel_1_screensaver
|
|
image_entity: image.alarm_panel_1_screenshot
|
|
- camera_view: auto
|
|
type: picture-glance
|
|
title: Bedroom Tablet
|
|
image: https://demo.home-assistant.io/stub_config/kitchen.png
|
|
entities:
|
|
- entity: sensor.alarm_panel_1_battery
|
|
camera_image: camera.alarm_panel_1
|