mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +01:00
* Add forecast service. * Add detailed Environment Canada forecast data. * Add icon and translations. * Fix missing commas * Add const. * Add test.
22 lines
376 B
YAML
22 lines
376 B
YAML
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"
|