Updated for Rachio 0.73 - Added in switches and sensors.
This commit is contained in:
parent
e54e19c341
commit
dc6ecd6a46
|
@ -14,3 +14,9 @@ homeassistant:
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
rachio:
|
rachio:
|
||||||
api_key: !secret rachio_api
|
api_key: !secret rachio_api
|
||||||
|
|
||||||
|
binary_sensor:
|
||||||
|
- platform: rachio
|
||||||
|
|
||||||
|
switch:
|
||||||
|
- platform: rachio
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
######################################################################
|
|
||||||
## [Rachio Sprinkler system](http://amzn.to/2eoPKBW) - Smart Sprinkler controller
|
|
||||||
######################################################################
|
|
||||||
|
|
||||||
- platform: rachio
|
|
||||||
access_token: !secret rachio_api
|
|
Loading…
Reference in New Issue