-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add water usage package - remove water entities from energy ui - refactor speech helper templates - update camera object detection notifications - add water usage automations, templates for - prevent waste notifications when boolean is off - replace Tempest weather station - update weather templates - update weather graphs - remove Charlie pebblebee tracker - update commute ui - update traffic view - simplify person ui - bugfix sprinkler cards secondary text - move test items to test view - bugfix mobile high accuracy not always turning on
- Loading branch information
Showing
110 changed files
with
1,690 additions
and
1,145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2025.1.2 | ||
2025.1.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
############################################################################### | ||
## Energy - Generate Water Meter Pulse | ||
## https://community.home-assistant.io/t/water-meter-with-shelly-uni/567365 | ||
############################################################################### | ||
- id: energy_generate_water_meter_pulse | ||
alias: "[Energy] Generate Water Meter Pulse" | ||
description: "Converts ADC reading to a pulse when value is below 13V." | ||
mode: queued | ||
trigger: | ||
- platform: numeric_state | ||
entity_id: sensor.water_meter_adc | ||
below: 13 | ||
action: | ||
- service: input_boolean.toggle | ||
target: | ||
entity_id: input_boolean.water_meter_pulse | ||
- delay: | ||
milliseconds: 100 | ||
- service: input_boolean.toggle | ||
target: | ||
entity_id: input_boolean.water_meter_pulse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.