1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-26 04:46:08 +00:00
Files
core/homeassistant/components/environment_canada/services.yaml

16 lines
278 B
YAML

set_radar_type:
target:
entity:
integration: environment_canada
domain: camera
fields:
radar_type:
required: true
example: Snow
selector:
select:
options:
- "Auto"
- "Rain"
- "Snow"