mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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:
parent
90246b2167
commit
bec5ecc5ba
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user