Clarify what components work with weather-card (#6195)

* Clarify what components work with weather-card

The weathe card only works with weather components, not weather sensors - a fact that seems to be causing a bit of confusion judging from the frequent questions on discord. I know it took me a while to figure out...

I hope I used the correct nomenclature.

* Minor fixes.
This commit is contained in:
Thomas Lovén 2018-09-04 21:40:59 +02:00 committed by Alok Saboo
parent 90246b2167
commit bec5ecc5ba

View File

@ -34,3 +34,9 @@ entity:
- type: weather-forecast
entity: weather.demo_weather_north
```
<p class="note">
This card works only with platforms that define a `weather` entity.
E.g., it works with [Dark Sky](https://www.home-assistant.io/components/weather.darksky/) but not [Dark Sky Sensor](https://www.home-assistant.io/components/sensor.darksky/)
</p>