Closes #748 - Move Rachio to Integrations
This commit is contained in:
parent
293edad13e
commit
ab8d2065b4
|
@ -1,37 +1,17 @@
|
|||
#-------------------------------------------
|
||||
# @CCOSTAN
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
# Neato Support for D7 Connected Botvac - control my [Neato Vacuum](http://amzn.to/2kqnnqu) with Home Assistant.
|
||||
# Rachio Sprinkler system Support
|
||||
#-------------------------------------------
|
||||
######################################################################
|
||||
## [Rachio Sprinkler system](http://amzn.to/2eoPKBW) - Smart Sprinkler controller
|
||||
## [Rachio Sprinkler system](https://amzn.to/2eoPKBW) - Smart Sprinkler controller
|
||||
######################################################################
|
||||
homeassistant:
|
||||
customize_glob:
|
||||
"*.rachio*":
|
||||
homebridge_hidden: True
|
||||
hidden: False
|
||||
|
||||
#-------------------------------------------
|
||||
rachio:
|
||||
api_key: !secret rachio_api
|
||||
|
||||
sensor:
|
||||
- platform: mqtt
|
||||
state_topic: "ifttt/rachio/watering_time"
|
||||
name: "Rachio_watering_time"
|
||||
|
||||
group:
|
||||
rachio:
|
||||
entities:
|
||||
- sensor.rachio_watering_time
|
||||
- binary_sensor.carlorachio_online
|
||||
- switch.carlorachio_in_standby_mode
|
||||
- switch.backyard_shrubs
|
||||
- switch.front_lawn
|
||||
- switch.left_side_house
|
||||
- switch.front_hedges_right_side_house
|
||||
|
||||
automation:
|
||||
###################################
|
||||
## LOG IFTTT Stuff - Rachio
|
||||
|
@ -46,11 +26,6 @@ automation:
|
|||
action: IFTTT_Rachio
|
||||
|
||||
action:
|
||||
- service: logbook.log
|
||||
data:
|
||||
name: "Rachio Sprinkler:"
|
||||
message: "The Lawn was watered just now."
|
||||
|
||||
- service: mqtt.publish
|
||||
data_template:
|
||||
payload: '{{ states("sensor.date") }}'
|
||||
|
|
|
@ -56,7 +56,6 @@ wink_username: user@email.com
|
|||
wink_password: password
|
||||
uv_mate_key: 933ecdfb-BurnBabyBurn-8237j2d
|
||||
uv_mate_resource: https://uvimate.herokuapp.com/api/getUVI/82.6341/-83.0211
|
||||
rachio_api: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
||||
skybell_username: user@email.com
|
||||
skybell_password: password
|
||||
travis_api: THISisTheMostSecureAPIKeyEva
|
||||
|
|
Loading…
Reference in New Issue