core/homeassistant/components/environment_canada/services.yaml

22 lines
376 B
YAML
Raw Normal View History

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