1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/tests/components/rest/fixtures/configuration.yaml
2021-11-01 20:47:05 -07:00

17 lines
282 B
YAML

sensor:
- platform: rest
resource: "http://localhost"
method: GET
name: rollout
binary_sensor:
- platform: rest
resource: "http://localhost"
method: GET
name: rollout
notify:
- name: rest_reloaded
platform: rest
resource: http://127.0.0.1/on