Skip to content

Commit

Permalink
2024.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGoodenough committed Nov 3, 2024
1 parent 10f693f commit 59e6bd1
Show file tree
Hide file tree
Showing 11 changed files with 78 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .HA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.10.2
2024.10.4
35 changes: 26 additions & 9 deletions .storage/lovelace
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,28 @@
"show_state": true
}
},
{
"type": "plant-status",
"entity": "plant.my_hoya",
"visibility": [
{
"condition": "numeric_state",
"entity": "plant.my_hoya",
"below": 13
}
]
},
{
"type": "plant-status",
"entity": "plant.my_cemetery_plant",
"visibility": [
{
"condition": "numeric_state",
"entity": "plant.my_cemetery_plant",
"below": 45
}
]
},
{
"entities": [
{
Expand Down Expand Up @@ -245,7 +267,7 @@
{
"condition": "numeric_state",
"entity": "sensor.chaloupkaabode_weather_soil_moisture_2",
"below": 11
"below": 13
}
]
}
Expand Down Expand Up @@ -3734,11 +3756,6 @@
{
"type": "entities",
"entities": [
{
"entity": "sensor.sunburn_risk_uv_r",
"name": "Sunburn Risk",
"secondary_info": "last-updated"
},
{
"entity": "input_boolean.rain"
},
Expand Down Expand Up @@ -3818,7 +3835,7 @@
},
{
"chart_type": "line",
"period": "5minute",
"period": "hour",
"type": "statistics-graph",
"entities": [
"sensor.chaloupkaabode_weather_soil_moisture_1",
Expand All @@ -3828,8 +3845,8 @@
"mean"
],
"title": "Soil Moisture",
"days_to_show": 3,
"hide_legend": false,
"days_to_show": 21,
"hide_legend": true,
"logarithmic_scale": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion .storage/lovelace_resources
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"data": {
"items": [
{
"url": "/hacsfiles/HA-Firemote/HA-Firemote.js?hacstag=536329656405",
"url": "/hacsfiles/HA-Firemote/HA-Firemote.js?hacstag=536329656411",
"type": "module",
"id": "b1e6ba845bf24b3ea2936b4829a77b03"
},
Expand Down
12 changes: 6 additions & 6 deletions blueprints/automation/home-assistant/motion_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@ blueprint:
mode: restart
max_exceeded: silent

trigger:
platform: state
triggers:
trigger: state
entity_id: !input motion_entity
from: "off"
to: "on"

action:
actions:
- alias: "Turn on the light"
service: light.turn_on
action: light.turn_on
target: !input light_target
- alias: "Wait until there is no motion from device"
wait_for_trigger:
platform: state
trigger: state
entity_id: !input motion_entity
from: "on"
to: "off"
- alias: "Wait the number of seconds that has been set"
delay: !input no_motion_wait
- alias: "Turn off the light"
service: light.turn_off
action: light.turn_off
target: !input light_target
8 changes: 4 additions & 4 deletions blueprints/automation/home-assistant/notify_leaving_zone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ blueprint:
filter:
integration: mobile_app

trigger:
platform: state
triggers:
trigger: state
entity_id: !input person_entity

variables:
Expand All @@ -36,13 +36,13 @@ variables:
person_entity: !input person_entity
person_name: "{{ states[person_entity].name }}"

condition:
conditions:
condition: template
# The first case handles leaving the Home zone which has a special state when zoning called 'home'.
# The second case handles leaving all other zones.
value_template: "{{ zone_entity == 'zone.home' and trigger.from_state.state == 'home' and trigger.to_state.state != 'home' or trigger.from_state.state == zone_state and trigger.to_state.state != zone_state }}"

action:
actions:
- alias: "Notify that a person has left the zone"
domain: mobile_app
type: notify
Expand Down
22 changes: 21 additions & 1 deletion compensation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,24 @@ sprinkler_time:
upper_limit: true
data_points:
- [0.01, -60.0]
- [0.25, 0.0]
- [0.25, 0.0]
hoya_battery:
unique_id: 9ed0bb27-e067-444b-8f91-567fab163cf4
source: sensor.chaloupkaabode_weather_soil_battery_2
lower_limit: true
upper_limit: true
data_points:
- [0.3, 0.0]
- [3.2, 100.0]
precision: 1
unit_of_measurement: "%"
cemetery_battery:
unique_id: 9c1416042-da15-402b-a284-7935a881632b
source: sensor.chaloupkaabode_weather_soil_battery_1
lower_limit: true
upper_limit: true
data_points:
- [0.3, 0.0]
- [3.2, 100.0]
precision: 1
unit_of_measurement: "%"
1 change: 1 addition & 0 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ mobile_app:
my:
network:
person: !include person.yaml
plant: !include plant_status.yaml
rest: !include_dir_merge_list ./rest/
scene: !include scene.yaml
schedule:
Expand Down
2 changes: 1 addition & 1 deletion custom_templates/fan.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This responds immediately on command so don't have to wait for the tele.
#}
{% if speed | is_number %}
{% if speed== 1 %}
{% if speed == 1 %}
33
{% elif speed == 2 %}
66
Expand Down
2 changes: 1 addition & 1 deletion mqtt/sensor/MQTT_snr_fan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
####################################################
# Fans #
####################################################
- unique_id: 47058f65-ca94-4c2c-aaf4-4589ec759eab
- unique_id: 47058f65-ca94-4c2c-aaf4-4589ec759eab
name: "Office FanSpeed"
state_topic: "Office_Fan/stat/RESULT"
unit_of_measurement: "%"
Expand Down
33 changes: 16 additions & 17 deletions mqtt/switch/MQTT_switch.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
---
- name: "Jens Mist Speed Control"
unique_id: 14880efb-658a-4f89-8d3f-a2e37e36e514
state_topic: "JensNeb/stat/POWER3"
command_topic: "JensNeb/cmnd/POWER3"
availability_topic: "JensNeb/tele/LWT"
state_on: "ON"
state_off: "OFF"
payload_on: "ON"
payload_off: "OFF"
payload_available: "Online"
payload_not_available: "Offline"
- name: "Jens Mist Speed Control"
unique_id: 14880efb-658a-4f89-8d3f-a2e37e36e514
state_topic: "JensNeb/stat/POWER3"
command_topic: "JensNeb/cmnd/POWER3"
availability_topic: "JensNeb/tele/LWT"
state_on: "ON"
state_off: "OFF"
payload_on: "ON"
payload_off: "OFF"
payload_available: "Online"
payload_not_available: "Offline"

- name: "V8"
unique_id: 7a60a92e-bb31-40ce-97ce-32f9645cdae7
command_topic: "garage_door/cmnd/EVENT"
payload_on: "0a904dd0-eda7-4b57-90b3-bafd6b32def3"
payload_off: "0a904dd0-eda7-4b57-90b3-bafd6b32def3"
- name: "V8"
unique_id: 7a60a92e-bb31-40ce-97ce-32f9645cdae7
command_topic: "garage_door/cmnd/EVENT"
payload_on: "0a904dd0-eda7-4b57-90b3-bafd6b32def3"
payload_off: "0a904dd0-eda7-4b57-90b3-bafd6b32def3"
3 changes: 0 additions & 3 deletions panel_custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@
config:
ingress: ZHA




0 comments on commit 59e6bd1

Please sign in to comment.