Skip to content

Commit 3f744b3

Browse files
committed
HA update 2025.12 #14 HACS updates, remove old
1 parent 113a296 commit 3f744b3

File tree

883 files changed

+101476
-17185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

883 files changed

+101476
-17185
lines changed

.HA_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.9.3
1+
2025.12.4

.ha_run.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"pid": 68, "version": 1, "ha_version": "2025.12.4", "start_ts": 1766357239.4868422}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,5 @@ Most of the missing files now have sample version. This is edited version with "
368368
- google_calendars.yaml - contains private information - added SAMPLE
369369
- telegram_gps_response_andrej.yaml - contains identifiers - added SAMPLE
370370
- telegram_gps_response_luka.yaml - contains identifiers
371-
- telegram_gps_response_mirta.yaml - contains identifiers
372371

373372
Also missing are certificates, json files, cookies,...

automations/hass_notification_response_open.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

automations/locations/notify_on_zone_change.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trigger:
1313
- person.andrej
1414
- person.zita
1515
- person.luka
16-
- person.mirta
16+
1717
to: ~
1818
for:
1919
minutes: 1

automations/telegram/telegram-inline-weather.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ action:
2424
2525
------------------------------------------------
2626
27-
*Temperature*: {{ state_attr('weather.accuweather', 'temperature') }} °C
27+
*Temperature*: {{ state_attr('weather.forecast_home', 'temperature') }} °C
2828
29-
*Humidity*: {{ state_attr('weather.accuweather', 'humidity') }} %
29+
*Humidity*: {{ state_attr('weather.forecast_home', 'humidity') }} %
3030
31-
*Pressure*: {{ state_attr('weather.accuweather', 'pressure') }} hPa
31+
*Pressure*: {{ state_attr('weather.forecast_home', 'pressure') }} hPa
3232
3333
data:
3434
inline_keyboard:

automations/telegram/telegram-start-command.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ action:
1515
- data:
1616
data:
1717
keyboard:
18-
- /andrej, /luka, /mirta
18+
- /andrej, /luka, /zita
1919
- /pcon, /pcoff, /pcreboot
2020
- /ping, /camera
2121
- /start, /cp

automations/telegram/telegram-system-status.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ action:
2929
3030
*HDD Temp*: {{ states('sensor.ebroz920_drive_1_temperature') }} °C
3131
32-
*Network DL*: {{ states('sensor.ebroz920_network_down') }} kB/s
32+
*Network DL*: {{ states('sensor.ebroz920_download_throughput') }} kB/s
3333
34-
*Network UL*: {{ states('sensor.ebroz920_network_up') }} kB/s
34+
*Network UL*: {{ states('sensor.ebroz920_upload_throughput') }} kB/s
3535
3636
3737
data:

automations/utilities/sunrise_sunset_tracking.yaml

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)