mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add note about manually installing prerequisites (#9933)
This commit is contained in:
parent
be86e84c4e
commit
1226dc7fb5
@ -157,6 +157,11 @@ camera:
|
||||
- platform: environment_canada
|
||||
```
|
||||
|
||||
<p class='note'>
|
||||
On Raspbian or Hassbian, you may need to manually install additional prerequisites with the following command:
|
||||
`sudo apt-get install libatlas-base-dev libopenjp2-7`
|
||||
</p>
|
||||
|
||||
- If no name is given, the camera entity will be named `camera.<station_name>_radar`.
|
||||
- The platform automatically determines which radar station to use based on the system's latitude/longitude settings. For greater precision, it is also possible to specify either:
|
||||
- A specific station ID from [this table](https://en.wikipedia.org/wiki/Canadian_weather_radar_network#List_of_radars) (remove the leading `C`, e.g. `XFT` or `ASBV`), or
|
||||
|
Loading…
x
Reference in New Issue
Block a user