Using AI to update a lot of the documentaiton in the Repo.

This commit is contained in:
CCOSTAN 2024-09-03 18:08:43 +00:00
parent 02efd9ae3d
commit 51346c1c4c
18 changed files with 203 additions and 76 deletions

View File

@ -1 +1 @@
2024.9.0.dev202408230221 2024.10.0.dev202409030223

View File

@ -1,10 +1,17 @@
########## ############################################################ #-------------------------------------------
# @CCOSTAN # People Greeting Announcement
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # Description: Announces when family members arrive home
## Announce when people come or go. #
## Announce over all Chromecast Audios # Features:
# Read more at https://vCloudInfo.com # - Triggers when a person's state changes from 'not_home' to 'home'
###################################################################### # - Waits for specific sensors to confirm entry
# - Uses speech_engine script for personalized welcome messages
# - Includes responsibility reminders and home status checks
#
# Integration: Uses ChromeCast for audio output
# Follow me https://www.vcloudinfo.com/click-here
# More Blog Posts: https://www.vcloudinfo.com
#-------------------------------------------
- alias: 'People Greeting' - alias: 'People Greeting'
id: 29c5c9dd-550a-4761-a224-78cdc3dd9f43 id: 29c5c9dd-550a-4761-a224-78cdc3dd9f43
mode: restart mode: restart

View File

@ -1,7 +1,16 @@
########## ############################################################ #-------------------------------------------
## Announce when people come or go. # Guest Mode Announcements
## Announce over all Chromecast Audios # Description: Manages audio announcements for guest mode activation and deactivation
###################################################################### #
# Features:
# - Announces when guest mode is enabled
# - Provides weather summary for guests
# - Resets guest mode when family returns home
#
# Integration: Uses speech_engine script for announcements
# uses ChromeCast for audio output
# Follow me on https://www.vcloudinfo.com/click-here
#-------------------------------------------
- alias: 'Guest Mode Audio Feedback' - alias: 'Guest Mode Audio Feedback'
id: 3622ba04-9a28-4c02-807c-be4abc663fe0 id: 3622ba04-9a28-4c02-807c-be4abc663fe0

View File

@ -1,6 +1,14 @@
###################################################################### #-------------------------------------------
## Who's day is it anyway? Pretty sure my parent's didn't code to figure this out. # Responsibilities Announcement
###################################################################### # Description: Triggers a speech announcement for daily responsibilities
#
# Features:
# - Announces garbage day and recycling reminders
# - Triggered by an input_boolean entity
#
# Integration: Uses speech_engine script for announcements
# Follow me on https://www.vcloudinfo.com/click-here
#-------------------------------------------
- alias: 'responsibilities' - alias: 'responsibilities'
id: f39bd8db-a348-4024-a6a6-a3e3c836646c id: f39bd8db-a348-4024-a6a6-a3e3c836646c
trigger: trigger:

View File

@ -1,8 +1,10 @@
#------------------------------------------- #-------------------------------------------
# @CCOSTAN # Home Assistant Configuration
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # Author: Carlo Costanzo (@CCOSTAN)
# Read all about this and more at https://vCloudInfo.com # GitHub: https://github.com/CCOSTAN/Home-AssistantConfig
###################################################################################################### # Blog: https://vCloudInfo.com
# Description: Main configuration file for Home Assistant setup
#-------------------------------------------
homeassistant: homeassistant:
# customize: !include_dir_merge_named customize # customize: !include_dir_merge_named customize

View File

@ -1,3 +1,11 @@
#-------------------------------------------
# Switches Configuration
# Description: Groups and organizes various switches in the home
#
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig
# Follow me on https://www.vcloudinfo.com/click-here
#-------------------------------------------
Interior Switches: Interior Switches:
entities: entities:
- switch.kitchen_accent_1 - switch.kitchen_accent_1

View File

@ -1,9 +1,12 @@
#------------------------------------------- #-------------------------------------------
# @CCOSTAN # HomeKit Configuration for Home Assistant
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig #
# Read all about this and more at https://vCloudInfo.com # Description: This file controls the HomeKit integration settings,
# HomeKit control file. # defining which entities are exposed to Apple HomeKit.
###################################################################################################### #
# Follow me on https://www.vcloudinfo.com/click-here
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig
##-------------------------------------------
filter: filter:
include_domains: include_domains:

View File

@ -1,10 +1,15 @@
#------------------------------------------- #-------------------------------------------
# @CCOSTAN # Light Groups Configuration for Home Assistant
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig #
# Read all about this and more at https://vCloudInfo.com # Description: This file defines light groups for improved control and integration
# Additional Light groups control file for better Alexa / HomeKit support # with voice assistants like Alexa and smart home platforms like HomeKit.
# https://github.com/CCOSTAN/Home-AssistantConfig/issues/764 #
###################################################################################################### # For more information and updates, visit:
# https://www.vcloudinfo.com/click-here
#
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig
# Related Issue: https://github.com/CCOSTAN/Home-AssistantConfig/issues/764
#-------------------------------------------
- platform: group - platform: group

View File

@ -1,10 +1,16 @@
############################################################ #-------------------------------------------
# Logger Configuration for Home Assistant
# #
# Logger You can filter anything betwen the []'s in the logger. # Description: This file controls the logging levels for various
# components of Home Assistant. You can filter log entries by
# adjusting the severity levels for each component.
# #
############################################################ # Log Severities (in order of increasing severity):
# notset, debug, info, warn, warning, error, fatal, critical
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical #
# Follow me on https://www.vcloudinfo.com/click-here
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig
#-------------------------------------------
default: info default: info
logs: logs:

View File

@ -1,18 +1,24 @@
#------------------------------------------- #-------------------------------------------
# @CCOSTAN # Conico Cameras Configuration
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # Description: Integrates Conico Cameras with Alexa Media Player
# Conico Cameras via Alexa Media Player # Last Updated: 2023-11-15
#
# Features:
# - Displays garage camera feed on Echo Show devices
# - Triggers based on garage door state and occupancy changes
#
# Hardware:
# - Conico Camera: https://amzn.to/2Kl1eHo
# - Amazon Echo Show devices
#
# Integration: Alexa Media Player
#
# Original Repo: https://github.com/CCOSTAN/Home-AssistantConfig
# Blog Post: https://www.vcloudinfo.com/2019/03/integrating-smart-cameras-with-alexa-echo-shows.html
# Follow me on https://www.vcloudinfo.com/click-here
#------------------------------------------- #-------------------------------------------
######################################################################
## Conico Camera - https://amzn.to/2Kl1eHo
######################################################################
######################################################################
## Show Camera on Echo Shows for 20 minutes after garage door opens.
## Show Image based on where Home Assistant thinks we are.
######################################################################
automation: automation:
- alias: 'Garage Camera on Alexa Shows' - alias: 'Garage Camera on Alexa Shows'
id: 4373df2a-77f2-4e19-be7c-46c7b27ca583 id: 4373df2a-77f2-4e19-be7c-46c7b27ca583

View File

@ -1,8 +1,22 @@
#------------------------------------------- #-------------------------------------------
# @CCOSTAN # Finance Package Configuration
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # Description: Tracks stock prices using Yahoo Finance integration
# Tracking stocks with Yahoo Finance Custom Component # Last Updated: 2023-11-15
# https://www.vcloudinfo.com/2020/10/how-to-track-stocks-in-home-assistant-using-a-custom-component.html #
# Integration: Yahoo Finance
# Documentation: https://www.home-assistant.io/integrations/yahoofinance/
#
# Stocks Tracked:
# - Tesla (TSLA)
# - Apple (AAPL)
# - Amazon (AMZN)
# - Microsoft (MSFT)
#
# Update Interval: Every 4 hours
#
# Original Repo: https://github.com/CCOSTAN/Home-AssistantConfig
# Blog Post: https://www.vcloudinfo.com/2020/10/how-to-track-stocks-in-home-assistant-using-a-custom-component.html
# Follow me on https://www.vcloudinfo.com/click-here
#------------------------------------------- #-------------------------------------------
yahoofinance: yahoofinance:

View File

@ -1,9 +1,21 @@
#------------------------------------------- #-------------------------------------------
# # @CCOSTAN # Garadget Configuration
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # Description: Setup for Garadget garage door opener/sensor
## Garadget_Stuff - [Garadget](https://amzn.to/2jQLpVQ) - Garage Door opener/sensor #
# Video and Write Up - https://www.vcloudinfo.com/2019/03/how-to-add-garadget-to-home-assistant.html # Integration: MQTT
# Switch to Access_Tokens - https://www.vcloudinfo.com/2020/05/fixing-garadget-in-home-assistant.html # Hardware: Garadget (https://amzn.to/2jQLpVQ)
#
# Features:
# - Garage door status monitoring
# - Remote open/close control
# - Door brightness sensing
#
# Documentation:
# - Integration Guide: https://www.vcloudinfo.com/2019/03/how-to-add-garadget-to-home-assistant.html
# - Access Token Update: https://www.vcloudinfo.com/2020/05/fixing-garadget-in-home-assistant.html
#
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig
# Follow me on https://www.vcloudinfo.com/click-here
#------------------------------------------- #-------------------------------------------
mqtt: mqtt:

View File

@ -1,6 +1,14 @@
############################################################ #-------------------------------------------
# recorder # Recorder Configuration
############################################################ # Description: Settings for the Home Assistant recorder component
#
# This component is responsible for storing events and states in a database
# and purging old data to maintain database size.
#
# Documentation: https://www.home-assistant.io/integrations/recorder/
# Follow me on https://www.vcloudinfo.com/click-here
# Original Repo: https://github.com/CCOSTAN/Home-AssistantConfig
#-------------------------------------------
#db_url: sqlite:///data/home-assistant_v2.db #db_url: sqlite:///data/home-assistant_v2.db
purge_keep_days: 14 purge_keep_days: 14
include: include:

View File

@ -1,8 +1,13 @@
###################################################################################################### #-------------------------------------------
###Standardize AMP settings. # AMP Settings Standardization Script
## @CCOSTAN # Description: This script standardizes the settings for audio amplifiers
## Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # across various media players in the home.
###################################################################################################### #
# For more information and updates, visit:
# https://www.vcloudinfo.com/click-here
#
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig
#-------------------------------------------
# Set the AMP settings # Set the AMP settings
amp_settings: amp_settings:

View File

@ -11,7 +11,7 @@
# call_light_check # call_light_check
# call_inside_weather # call_inside_weather
# call_outside_weather # call_outside_weather
# # @CCOSTAN # Follow me on https://www.vcloudinfo.com/click-here
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
###################################################################################################### ######################################################################################################

View File

@ -1,12 +1,22 @@
##################################################################################################### #-------------------------------------------
###Script to actually send notifications to the ChromeCast Audios during normal hours and only when we are home! Call like this: # Speech Processing Script
# action: # Description: Sends notifications to ChromeCast Audio devices
# service: script.speech_engine #
# media_player: # Features:
# speech_message: # - Operates during specified hours
# # @CCOSTAN # - Only activates when family is home or guest mode is on
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # - Adjustable volume based on time of day
###################################################################################################### #
# Usage:
# action:
# service: script.speech_engine
# data:
# media_player: [target_media_player]
# speech_message: [message_to_speak]
#
# Original Repo: https://github.com/CCOSTAN/Home-AssistantConfig
# follow me on X for updates: https://x.com/CCOSTAN
#-------------------------------------------
speech_processing: speech_processing:
mode: queued mode: queued

View File

@ -1,6 +1,12 @@
################################################### #-------------------------------------------
## Various MQTT sensors # MQTT Sensor Configuration
################################################### # Description: Various MQTT sensors for Home Assistant
#
# For more information and updates, visit:
# https://www.vcloudinfo.com/click-here
#
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig
#-------------------------------------------
mqtt: mqtt:
sensor: sensor:

View File

@ -1,3 +1,21 @@
#-------------------------------------------
# Speech Briefing Macros
# Description: Contains various macros for generating speech briefings
#
# Features:
# - Weather reports (inside and outside)
# - Responsibility reminders
# - Dark outside notification
# - Holiday and countdown announcements
# - Air quality reports
# - Inspirational quotes and facts
#
# Original Repo: https://github.com/CCOSTAN/Home-AssistantConfig
# Blog Post: https://www.vcloudinfo.com/category/home-assistant
# Follow me on https://www.vcloudinfo.com/click-here
#-------------------------------------------
>- >-
{%- macro dark_outside() -%} {%- macro dark_outside() -%}
The sun has set. I will turn on the outside lights. The sun has set. I will turn on the outside lights.