Lots of small changes....I need to get better at tracking changes

This commit is contained in:
Jeffrey Stone
2021-08-04 15:57:44 -04:00
parent e6d72144d9
commit e08d6a00cc
16 changed files with 184 additions and 465 deletions

View File

@@ -75,83 +75,7 @@ input_boolean:
icon: mdi:washing-machine
# Chore sensors are fed to MQTT by a script running on another box.
binary_sensor:
- platform: mqtt
name: "Empty the Litterbox"
state_topic: "house/chore/empty_the_litterbox"
payload_on: "on"
payload_off: "off"
- platform: mqtt
name: "Winstons Heartworm"
state_topic: "house/chore/winstons_heartworm"
payload_on: "on"
payload_off: "off"
- platform: mqtt
name: "Winstons Nextguard"
state_topic: "house/chore/winstons_flea_medicine"
payload_on: "on"
payload_off: "off"
- platform: mqtt
name: "Replace the HVAC Filter"
state_topic: "house/chore/replace_hvac_air_filters"
payload_on: "on"
payload_off: "off"
- platform: mqtt
name: "Clean Washing Machine"
state_topic: "house/chore/clean_washing_machine"
payload_on: "on"
payload_off: "off"
- platform: mqtt
name: "Clean Dishwasher"
state_topic: "house/chore/clean_dishwasher"
payload_on: "on"
payload_off: "off"
- platform: mqtt
name: "Skylars Laundry"
state_topic: "house/chore/skylars_laundry"
payload_on: "on"
payload_off: "off"
- platform: mqtt
name: "Clean Kitchen"
state_topic: "house/chore/clean_kitchen"
payload_on: "on"
payload_off: "off"
- platform: mqtt
name: "Clean Livingroom"
state_topic: "house/chore/clean_livingroom"
payload_on: "on"
payload_off: "off"
- platform: mqtt
name: "Clean Bathrooms"
state_topic: "house/chore/clean_bathrooms"
payload_on: "on"
payload_off: "off"
- platform: mqtt
name: "Mow Yard"
state_topic: "house/chore/mow_yard"
payload_on: "on"
payload_off: "off"
- platform: mqtt
name: "Clean Sheet Day"
state_topic: "house/chore/clean_sheet_day"
payload_on: "on"
payload_off: "off"
- platform: mqtt
name: "Clean Disposal"
state_topic: "house/chore/clean_disposal"
payload_on: "on"
payload_off: "off"
- platform: mqtt
name: "Clean Washing Machine Filter"
state_topic: "house/chore/clean_washing_machine_filter"
payload_on: "on"
payload_off: "off"
- platform: mqtt
name: "Clean Dishwasher Filter"
state_topic: "house/chore/clean_dishwasher_filter"
payload_on: "on"
payload_off: "off"
automation:
# Replacing calendar based reminders with Grocy