various updates and fixes

This commit is contained in:
CeeWeasel
2024-07-02 12:20:03 -04:00
parent 44156e91f9
commit 098ebd69bc
13 changed files with 39 additions and 25 deletions
+4
View File
@@ -9,6 +9,10 @@ www/Default Profile.properties
.watchman_report.txt
watchman_report.txt
.vacuum
.exports
.jwt_secret
.version
backup_config.yaml
.storage/
.cloud/
@@ -31,8 +31,9 @@ condition:
- condition: state
entity_id:
- binary_sensor.inner_garage_door
- binary_sensor.outer_garage_door
# Disabled these top two while I work on fixing the door sensors
# - binary_sensor.inner_garage_door
# - binary_sensor.outer_garage_door
#- binary_sensor.garage_door
- input_boolean.garage_occupied
state: 'off'
@@ -30,8 +30,8 @@ observations:
prob_given_false: 0.01
to_state: 'off'
- entity_id: binary_sensor.front_room_person_occupancy
prob_given_true: .99
prob_given_false: 0.01
platform: state
to_state: 'on'
# - entity_id: binary_sensor.front_room_person_occupancy
# prob_given_true: .99
# prob_given_false: 0.01
# platform: state
# to_state: 'on'
+3 -3
View File
@@ -1,3 +1,3 @@
name: MindsDB Responses
platform: file
filename: /config/custom_logs/mindsdb_responses.log
# name: MindsDB Responses
# platform: file
# filename: /config/custom_logs/mindsdb_responses.log
+4 -4
View File
@@ -1,4 +1,4 @@
name: Precipitation
platform: file
filename: /config/custom_logs/precipitation.csv
timestamp: false
# name: Precipitation
# platform: file
# filename: /config/custom_logs/precipitation.csv
# timestamp: false
+4 -4
View File
@@ -1,4 +1,4 @@
name: Soil Moisture
platform: file
filename: /config/custom_logs/soil_moisture.csv
timestamp: false
# name: Soil Moisture
# platform: file
# filename: /config/custom_logs/soil_moisture.csv
# timestamp: false
@@ -438,7 +438,9 @@ automation:
entity_id: input_boolean.log_precipitation
state: "on"
action:
- service: notify.precipitation
- service: notify.send_message
target:
entity_id: notify.precipitation
data:
message: "{{now().strftime('%Y-%m-%d')}}T{{now().strftime('%H:%M:%S.%f')}},{{states('sensor.ecowitt_wh40_21917_precipitation')}},{{states('binary_sensor.is_raining')}},{{state_attr('binary_sensor.is_raining','sample_count')}},{{state_attr('binary_sensor.is_raining','sample_duration')}},{{state_attr('binary_sensor.is_raining','min_gradient')}},{{state_attr('binary_sensor.is_raining','gradient')}}"
@@ -474,7 +476,9 @@ automation:
entity_id: input_boolean.log_soil_moisture
state: "on"
action:
- service: notify.soil_moisture
- service: notify.send_message
target:
entity_id: notify.soil_moisture
data:
message: "{{now().strftime('%Y-%m-%d')}}T{{now().strftime('%H:%M:%S.%f')}},{{states('sensor.fineoffset_wh51_00f935_moisture')}},{{states('sensor.fineoffset_wh51_0ce593_moisture')}},{{states('sensor.fineoffset_wh51_0d1e11_moisture')}}"
+1 -1
View File
@@ -1,6 +1,6 @@
counter:
system_health:
media_extractor:
#media_extractor:
media_source:
mobile_app:
my:
@@ -8,7 +8,9 @@ automation:
attribute: response_text
condition: []
action:
- service: notify.mindsdb_responses
- service: notify.send_message
target:
entity_id: notify.mindsdb_responses
data:
message: >
"input":"{{ states('input_text.gpt_prompt') }}","output":"{{ state_attr('sensor.hassio_mindsdb_response','response_text')}}"
+1
View File
@@ -28,6 +28,7 @@ homeassistant:
#- /config/image/
- /config/tmp/
- /config/tmp/snapshots/
- /config/custom_logs/
#- /config/www/audio/
customize: !include_dir_merge_named customizations/entities
+1
View File
@@ -16,6 +16,7 @@ api:
reboot_timeout: 15min
ota:
- platform: esphome
binary_sensor:
- <<: !include binary_sensor/status_sensor.config.yaml
+3 -3
View File
@@ -8,7 +8,7 @@ substitutions:
packages:
#wifi: !include common/wifi.yaml
ethernet: !include common/olimex-poe.yaml
ethernet: !include common/olimex-evb.yaml
device_base: !include common/device_base.yaml
ble_proxy: !include common/ble_proxy.yaml
@@ -161,7 +161,7 @@ sensor:
- platform: template
unit_of_measurement: "cm"
state_class: measurement
state_class: measurement
id: distance_from_top
name: "Salt Level From Top in CM"
#update_interval: 5s
@@ -170,7 +170,7 @@ sensor:
- platform: template
unit_of_measurement: "bags"
state_class: measurement
state_class: measurement
id: level_in_bags
name: "Salt Level in Bags"
#update_interval: 5s
+1
View File
@@ -60,6 +60,7 @@ front_room_motion:
name: Front Room Motion
icon: mdi:motion-sensor
entities:
- binary_sensor.front_room_motion_switch_home_security_motion_detection
- binary_sensor.front_room_motion_sensor_home_security_motion_detection
- binary_sensor.front_room_motion