Skip to content

Commit

Permalink
2024.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGoodenough committed Nov 29, 2024
1 parent 59e6bd1 commit 1d35a40
Show file tree
Hide file tree
Showing 11 changed files with 277 additions and 191 deletions.
2 changes: 1 addition & 1 deletion .HA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.10.4
2024.11.3
9 changes: 9 additions & 0 deletions .storage/input_number
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@
"icon": "mdi:sprinkler",
"mode": "slider",
"step": 1.0
},
{
"id": "cottage_light_test",
"min": 0.0,
"max": 7.0,
"name": "Cottage light test",
"icon": "mdi:ab-testing",
"step": 1.0,
"mode": "slider"
}
]
}
Expand Down
108 changes: 54 additions & 54 deletions .storage/lovelace
Original file line number Diff line number Diff line change
Expand Up @@ -167,28 +167,6 @@
"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 @@ -257,17 +235,25 @@
{
"type": "conditional",
"conditions": [
{
"entity": "sensor.water_the_plants",
"state": "today"
},
{
"condition": "or",
"conditions": [
{
"condition": "numeric_state",
"entity": "sensor.chaloupkaabode_weather_soil_moisture_2",
"below": 13
"below": 13,
"above": 0
},
{
"condition": "state",
"entity": "sensor.water_the_plants",
"state": "today"
},
{
"condition": "numeric_state",
"entity": "sensor.chaloupkaabode_weather_soil_moisture_1",
"above": 0,
"below": 45
}
]
}
Expand Down Expand Up @@ -312,6 +298,18 @@
}
}
},
{
"type": "plant-status",
"entity": "plant.my_cemetery_plant",
"visibility": [
{
"condition": "numeric_state",
"entity": "sensor.chaloupkaabode_weather_soil_moisture_1",
"below": 45,
"above": 0
}
]
},
{
"type": "glance",
"entities": [
Expand Down Expand Up @@ -362,11 +360,32 @@
},
{
"entity": "switch.yard_light_pir"
},
{
"entity": "switch.air_compressor_house_switch"
},
{
"entity": "light.mini_smartplug_dimmer"
},
{
"entity": "switch.bidet_downstairs_switch"
}
],
"title": "Glance",
"columns": 4
},
{
"type": "plant-status",
"entity": "plant.my_hoya",
"visibility": [
{
"condition": "numeric_state",
"entity": "sensor.chaloupkaabode_weather_soil_moisture_2",
"below": 13,
"above": 0
}
]
},
{
"type": "vertical-stack",
"cards": [
Expand Down Expand Up @@ -838,6 +857,9 @@
},
{
"entities": [
{
"entity": "sensor.bt3_bathroom2_temperature"
},
{
"entity": "switch.micro_switch_g2"
},
Expand All @@ -852,6 +874,9 @@
},
{
"entity": "light.mini_smartplug_dimmer"
},
{
"entity": "switch.bidet_downstairs_switch"
}
],
"show_header_toggle": false,
Expand Down Expand Up @@ -2458,13 +2483,6 @@
"type": "sensor",
"detail": 1
},
{
"type": "sensor",
"entity": "sensor.jen_temperature_humidity",
"graph": "line",
"unit": "%",
"name": "Jen's Humidity"
},
{
"graph": "line",
"hours_to_show": 24,
Expand Down Expand Up @@ -2688,13 +2706,10 @@
"entity": "light.jens_light"
},
{
"entity": "light.grp_jens_color"
},
{
"entity": "light.jens_led_bed"
"entity": "light.bulb1"
},
{
"entity": "light.bulb1"
"entity": "light.memorial"
}
],
"theme": "darkish",
Expand Down Expand Up @@ -2868,21 +2883,6 @@
}
],
"title": "Bedroom"
},
{
"type": "entities",
"entities": [
{
"entity": "light.wled"
},
{
"entity": "select.wled_playlist"
},
{
"entity": "select.wled_preset"
}
],
"title": "In_Tree"
}
],
"icon": "mdi:lightbulb-outline",
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=536329656411",
"url": "/hacsfiles/HA-Firemote/HA-Firemote.js?hacstag=536329656414",
"type": "module",
"id": "b1e6ba845bf24b3ea2936b4829a77b03"
},
Expand Down
30 changes: 24 additions & 6 deletions automation2/Bathroom_A2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
- trigger: state
entity_id: switch.micro_switch_g2
to: "on"
- trigger: state
entity_id: input_boolean.bathroom_heater_auto_on
to: "on"
actions:
- action: script.upstairs_bath_heater_watchdog
- action: script.tts_bathroom_heat_on
mode: single

- id: 2d1ec212-0443-44c6-883b-85757c900e92
alias: Bathroom is Overheated
Expand Down Expand Up @@ -42,7 +46,7 @@
conditions:
- >
{% from 'logic_chekr.jinja' import true_all %}
{{- true_all( ['binary_sensor.bathroom'] ) | bool -}}
{{- true_all( ['binary_sensor.bathroom','switch.micro_switch_g2'] ) | bool -}}
actions:
- action: script.upstairs_bath_heater_off
- action: script.media_player_bathroom
Expand All @@ -60,22 +64,36 @@
and:
- condition: state
entity_id: person.julie
state: "Home"
state: "home"
- condition: numeric_state
entity_id: sensor.gw2000b_v2_2_4_feels_like_temperature
below: 40
below: 50
actions:
- action: script.upstairs_bath_heater_on
- action: script.tts_bathroom_heat_on
- action: input_boolean.turn_off
entity_id: input_boolean.bathroom_heater_auto_on

- id: a152e88d-6c9c-42bd-9a62-15ecb7745e29
alias: Bathroom Heater Julie Bedtime
initial_state: on
triggers:
- trigger: time
at: "21:22:37"
at: "21:55:37"
- trigger: state
entity_id: button.moms_button1
conditions:
and:
- alias: "Only at bedtime"
condition: time
after: "21:30:00"
before: "23:30:00"
- alias: "Only if Julie is home"
condition: state
entity_id: person.julie
state: "home"
- alias: "Only if it's cold out"
condition: numeric_state
entity_id: sensor.gw2000b_v2_2_4_feels_like_temperature
below: 50
actions:
- action: input_boolean.turn_on
entity_id: input_boolean.bathroom_heater_auto_on
102 changes: 53 additions & 49 deletions automation2/Kids_A2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,60 +25,64 @@
####################################################
# Food Center Lights to Random #
####################################################
- id: 7ea380be-f1af-4788-81b8-457b45a41d12
alias: Kids flip the lights 2
initial_state: true
- id: ea532a3c-1174-4a85-8722-a7865db8d77a
alias: Kids flip the lights 3
description: Fun with light colors for the kiddos
triggers:
- trigger: device
domain: mqtt
device_id: 099887f41d8948deb1147400b1555b05
type: action
subtype: single
id: single
- trigger: device
domain: mqtt
device_id: 099887f41d8948deb1147400b1555b05
type: action
subtype: double
id: double
- trigger: device
domain: mqtt
device_id: 099887f41d8948deb1147400b1555b05
type: action
subtype: long
id: long
- alias: single button push
domain: mqtt
device_id: 958de5a2c34439317065b05c3ac8421e
type: action
subtype: single
trigger: device
id: single
- alias: double button push
domain: mqtt
device_id: 958de5a2c34439317065b05c3ac8421e
type: action
subtype: double
trigger: device
id: double
- alias: hold button push
domain: mqtt
device_id: 958de5a2c34439317065b05c3ac8421e
type: action
subtype: hold
trigger: device
id: hold
conditions:
actions:
- choose:
- conditions:
- condition: trigger
id:
- single
sequence:
- action: script.random_color
data:
light: light.grp_kitch
- conditions:
- condition: trigger
id:
- double
sequence:
- action: light.turn_off
target:
entity_id: light.grp_kitch
- conditions:
- condition: trigger
id:
- long
sequence:
- action: light.turn_on
target:
entity_id: light.grp_kitch
data:
kelvin: 1700
brightness: 96.9
- choose:
- conditions:
- condition: trigger
id:
- single
sequence:
- action: script.random_color
data:
light: light.grp_kitch
- conditions:
- condition: trigger
id:
- double
sequence:
- action: light.turn_off
target:
entity_id: light.grp_kitch
data: {}
- conditions:
- condition: trigger
id:
- hold
sequence:
- action: light.turn_on
target:
entity_id: light.grp_kitch
data:
kelvin: 1700
brightness: 96.9
mode: queued
initial_state: true

###################################################
# Blueprint Bedroom Fan Mayson #
Expand Down
Loading

0 comments on commit 1d35a40

Please sign in to comment.