1650 Commits

Author SHA1 Message Date
github-actions[bot]
7420ac96b9 Update HA version badge to 2025.11.3 2025-11-29 22:05:00 +00:00
Carlo Costanzo
afae0d4d5b Enhance living room color defaults configuration with improved documentation and additional light control. Added notes for clarity, including service calls for accent lights during on/off states. 2025-11-29 17:04:39 -05:00
github-actions[bot]
e4c44fdab4 Update HA version badge to 2025.11.3 2025-11-29 18:44:01 +00:00
Carlo Costanzo
50b457646a Add AGENTS.override.md to .gitignore to prevent version control of override documentation 2025-11-29 13:43:41 -05:00
github-actions[bot]
b78a14d2cf Update HA version badge to 2025.11.3 2025-11-29 18:38:03 +00:00
Carlo Costanzo
9a29d85b58 Update .gitignore to exclude AGENTS.md for improved clarity in version control 2025-11-29 13:37:41 -05:00
github-actions[bot]
8f2a6b9dd3 Update HA version badge to 2025.11.3 2025-11-29 18:34:55 +00:00
Carlo Costanzo
3547cdfcf8 Remove legacy documentation files (_Navigation_NOTICE_.md and legacy-readme.md) to streamline project structure and improve clarity. Update references in README.md and config/README.md to reflect the removal of the gear catalog. 2025-11-29 13:34:35 -05:00
github-actions[bot]
242e59a672 Update HA version badge to 2025.11.3 2025-11-29 18:22:27 +00:00
Carlo Costanzo
0482c1d431 Refactor living room automation for clarity and consistency 2025-11-29 13:22:06 -05:00
github-actions[bot]
199797523f Update HA version badge to 2025.11.3 2025-11-29 18:17:30 +00:00
Carlo Costanzo
c464073a0d Standardizing on Headers for all YAML files.
- Updated comments in various YAML configuration files to provide clearer descriptions of functionalities and integrations.
- Improved documentation for alarm, alexa_media_player, backups, blink, cbyge, climate, finance, fridge, garadget, glances, hass_agent_homepc, holiday, ios, landscape_lighting, lightning, logger, medicine, nfc_tags, noonhome, office_motion, phynplus, powerwall, printer, processmonitor, proxmox, rachio, rheem_econet, roku, sleepiq, space, speedtest, stats, superbowl, vacuum, wireless, and youtube packages.
- Added relevant links and issue references where applicable to enhance user guidance and support.
2025-11-29 13:17:07 -05:00
github-actions[bot]
05b90f5dfa Update HA version badge to 2025.11.3 2025-11-29 18:05:16 +00:00
Carlo Costanzo
9bfdc6e574 Add agents.md to .gitignore to exclude agent documentation from version control so users aren't confused in the repo 2025-11-29 13:04:51 -05:00
github-actions[bot]
4faae0cf2c Update HA version badge to 2025.11.3 2025-11-29 17:20:00 +00:00
Carlo Costanzo
bbcc77673d Refactor automation configurations and enhance living room lighting scenes
- Removed redundant conditions from late night outside helper automation.
- Added a new automation for living room lighting that triggers a red scene when entry points are activated or garage doors are opened.
- Updated TV time automation to streamline triggers and removed the associated input boolean.
- Adjusted living room scene settings to ensure lights are on with specified RGB colors and brightness levels.
- Cleaned up trigger booleans by removing the now unnecessary TV time boolean.
2025-11-29 12:19:38 -05:00
github-actions[bot]
896541e551 Update HA version badge to 2025.11.3 2025-11-27 19:06:04 +00:00
Carlo Costanzo
4c4cb413d5 Add new lighting scenes to living room configuration
- Introduced two new scenes: Living_Room_Daytime_Cool with 5500K cool white settings and Living_Room_Evening_Amber with 2700K warm amber settings.
- Updated README.md to reflect the new scenes and their descriptions, enhancing clarity on lighting options available for automations.
2025-11-27 14:05:39 -05:00
github-actions[bot]
10ef58cd9f Update HA version badge to 2025.11.3 2025-11-27 18:45:46 +00:00
Carlo Costanzo
afe3926e57 Update README files across configuration directories to enhance navigation and clarity
- Added "You are here" sections to various README files in the config directory, improving user orientation.
- Updated links in the main README to reflect new structure and provide direct access to configuration readmes.
- Enhanced descriptions in the automation, packages, scenes, scripts, and sounds directories for better usability.
https://github.com/CCOSTAN/Home-AssistantConfig/pull/1535
2025-11-27 13:45:25 -05:00
github-actions[bot]
1aa8dc4f84 Update HA version badge to 2025.11.3 2025-11-27 18:31:09 +00:00
Carlo Costanzo
fbfe34da30 Add Garadget automation package with entry helper and auto-unlock features
- Introduced `garadget.yaml` for managing garage door operations via MQTT, including auto-open on arrival and an entry helper prompt for unlocking the front door or opening the garage.
- Updated README.md to include a new section on Garadget automations, highlighting key features and integration details.
- Enhanced automation logic for better user interaction and notifications upon arrival.
#1365
2025-11-27 13:30:35 -05:00
github-actions[bot]
2b40fff745 Update HA version badge to 2025.11.3 2025-11-26 21:40:19 +00:00
Carlo Costanzo
8bcde4e526 Merge pull request #1541 from CCOSTAN/Move-Nest-Schedule-to-HA
Move-Nest-Schedule-to-HA
2025-11-26 16:40:01 -05:00
github-actions[bot]
36dbd87626 Update HA version badge to 2025.11.3 2025-11-26 21:39:53 +00:00
Carlo Costanzo
6615179da5 Update climate.yaml to replace grid status conditions with powerwall grid status checks, ensuring HVAC operations are only triggered when the powerwall is active. Enhance powerwall.yaml with detailed comments on binary sensors, power and energy sensors, and switches for better clarity and documentation. 2025-11-26 16:39:20 -05:00
Carlo Costanzo
bf972d7d73 Add script for dynamic downstairs temperature control in climate.yaml, consolidating existing automation logic into a single sequence. Update README.md to reflect new Nest climate control features and improve device descriptions. 2025-11-26 16:39:20 -05:00
Carlo Costanzo
830322c40f Add grid status condition checks to climate automation in climate.yaml, ensuring HVAC operations only occur when the grid is normal. This prevents conflicts during power outages. Move the entire Nest schedule to Home Assistant.
Fixes #1509
2025-11-26 16:39:14 -05:00
Carlo Costanzo
cf5af8efae Add humidity control automation to climate.yaml, enhancing HVAC management with conditions based on humidity levels and family presence. Includes temperature adjustments and preset mode settings for improved efficiency. Move the entire Nest schedule to Home Assistant.
Fixes #1509
2025-11-26 16:39:13 -05:00
Carlo Costanzo
f4e354bae0 Enhance climate.yaml with detailed entity summaries, update thermostat automation logic, and add humidity control features for improved HVAC management. Move the entire Nest schedule to Home Assistant.
Fixes #1509
2025-11-26 16:39:13 -05:00
Carlo Costanzo
cd4b8ab19f Update climate.yaml to replace grid status conditions with powerwall grid status checks, ensuring HVAC operations are only triggered when the powerwall is active. Enhance powerwall.yaml with detailed comments on binary sensors, power and energy sensors, and switches for better clarity and documentation. 2025-11-26 15:16:21 -05:00
Carlo Costanzo
64d9e6c6ac Add script for dynamic downstairs temperature control in climate.yaml, consolidating existing automation logic into a single sequence. Update README.md to reflect new Nest climate control features and improve device descriptions. 2025-11-26 14:53:47 -05:00
Carlo Costanzo
aa18331b51 Add grid status condition checks to climate automation in climate.yaml, ensuring HVAC operations only occur when the grid is normal. This prevents conflicts during power outages. Move the entire Nest schedule to Home Assistant.
Fixes #1509
2025-11-26 13:59:36 -05:00
Carlo Costanzo
b1b24e8372 Add humidity control automation to climate.yaml, enhancing HVAC management with conditions based on humidity levels and family presence. Includes temperature adjustments and preset mode settings for improved efficiency. Move the entire Nest schedule to Home Assistant.
Fixes #1509
2025-11-26 12:46:59 -05:00
Carlo Costanzo
a374953dd5 Enhance climate.yaml with detailed entity summaries, update thermostat automation logic, and add humidity control features for improved HVAC management. Move the entire Nest schedule to Home Assistant.
Fixes #1509
2025-11-26 12:46:35 -05:00
github-actions[bot]
98bf394711 Update HA version badge to 2025.11.3 2025-11-26 15:46:35 +00:00
Carlo Costanzo
782632a876 Add sensor.phyn_water_flowing to logbook.yaml exclude list 2025-11-26 10:46:03 -05:00
github-actions[bot]
671785c699 Update HA version badge to 2025.11.3 2025-11-24 21:33:23 +00:00
Carlo Costanzo
b687c61c06 Merge pull request #1540 from CCOSTAN/holiday-cuckoo-clock 2025-11-24 16:33:02 -05:00
Carlo Costanzo
fd6ef6ffd5 Add seasonal cuckoo clock automation with Halloween and Christmas sound packs, and update README files to reflect new features and audio assets. 2025-11-24 16:31:37 -05:00
github-actions[bot]
ddb10fd4ac Update HA version badge to 2025.11.3 2025-11-24 17:02:44 +00:00
Carlo Costanzo
2f57c650c9 Merge pull request #1536 from CCOSTAN/Readme-Refactoring
Update README files to include August smart lock and Amazon Echo Show details, enhancing device listings with affiliate links and descriptions for improved user engagement.
2025-11-24 12:02:23 -05:00
Carlo Costanzo
dbd612a50c Merge pull request #1537 from CCOSTAN/Hass-Agent 2025-11-24 11:23:46 -05:00
Carlo Costanzo
a36f1032ac Add PC lock/unlock automation and update README with new configuration details for HASS.Agent integration #Closes #160 2025-11-24 11:22:21 -05:00
Carlo Costanzo
8afd560b99 Update README files to remove references to the legacy gear catalog, replacing them with links to the current gear list. Updated image links for the network diagram and other sections for consistency and clarity. 2025-11-24 09:51:32 -05:00
Carlo Costanzo
625af61b5c Update README files to include August smart lock and Amazon Echo Show details, enhancing device listings with affiliate links and descriptions for improved user engagement. 2025-11-24 09:27:24 -05:00
github-actions[bot]
0a99895e22 Update HA version badge to 2025.11.3 2025-11-23 22:26:05 +00:00
Carlo Costanzo
f2ff435876 Add reminder for garbage day in garage automation script 2025-11-23 17:25:46 -05:00
github-actions[bot]
69c978c47d Update HA version badge to 2025.11.3 2025-11-23 22:24:41 +00:00
Carlo Costanzo
8b34723ce3 Merge pull request #1535 from CCOSTAN/Readme-Refactoring
Readme-Refactoring
2025-11-23 17:24:22 -05:00