mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-29 01:03:14 +00:00
Lots of small changes....I need to get better at tracking changes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user