2020-08-26 00:05:29 +00:00
|
|
|
sensor:
|
|
|
|
- platform: rest
|
|
|
|
resource: "http://localhost"
|
|
|
|
method: GET
|
|
|
|
name: rollout
|
2020-09-02 23:25:43 +00:00
|
|
|
|
2020-10-17 00:21:13 +00:00
|
|
|
binary_sensor:
|
|
|
|
- platform: rest
|
|
|
|
resource: "http://localhost"
|
|
|
|
method: GET
|
|
|
|
name: rollout
|
|
|
|
|
2020-09-02 23:25:43 +00:00
|
|
|
notify:
|
|
|
|
- name: rest_reloaded
|
|
|
|
platform: rest
|
|
|
|
resource: http://127.0.0.1/on
|