Update configuration files and enhance sensor definitions based on Future Breaking CHANGES for HA.

- Updated .gitignore to include new IP change configuration file.
- Bumped Home Assistant version to 2025.12.0.
- Modified logbook.yaml to exclude specific alarm panel entities for cleaner logs.
- Refactored alexa_media_player.yaml and climate.yaml to use template sensors for better organization and clarity.
- Added new template sensors in climate.yaml for tracking AC cooling status.
- Updated glances.yaml to define a template sensor for average temperature.
- Enhanced stats.yaml with new template sensors for various counts (sensors, automations, scripts, etc.).
- Removed outdated superbowl.yaml and weather_camera.yaml.disabled configurations.
- Updated README.md to reflect the new location of IP change monitoring.
This commit is contained in:
Carlo Costanzo
2025-12-04 10:29:19 -05:00
parent b61c28f186
commit 14294b5b5f
11 changed files with 129 additions and 283 deletions

View File

@@ -17,7 +17,7 @@
</div>
Standalone sensors that aren<EFBFBD>t bundled in packages<EFBFBD>time/utility helpers, MQTT feeds, and IP change detectors.
Standalone sensors that aren't bundled in packages - time/utility helpers and MQTT feeds. (IP change monitoring now lives in `config/packages/ipchange.yaml`.)
### Quick navigation
- [Repo overview](../../README.md) | [Config index](../README.md) | [Packages](../packages)
@@ -29,7 +29,6 @@ Standalone sensors that aren
| --- | --- |
| [date_time.yaml](date_time.yaml) | Time/date sensors used across automations. |
| [MQTT.yaml](MQTT.yaml) | Generic MQTT sensor definitions. |
| [ipchange.yaml](ipchange.yaml) | IP change detector for presence/alerts. |
### Tips
- Great place for lightweight utility sensors you want everywhere.
@@ -50,3 +49,5 @@ Standalone sensors that aren
<a href="https://www.vCloudInfo.com/p/affiliate-disclosure.html">
Affiliate Disclosure
</a></p>