mirror of
https://github.com/home-assistant/core.git
synced 2026-02-26 04:46:08 +00:00
16 lines
278 B
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"
|