mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 07:16:47 +00:00
35 lines
1.1 KiB
Markdown
35 lines
1.1 KiB
Markdown
---
|
|
layout: page
|
|
title: "Weather"
|
|
description: "Instructions on how to setup your Weather platforms with Home Assistant."
|
|
date: 2016-09-28 14:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
The `weather` platforms are gathering meteorological information from web services and display the conditions and other details about the weather at the given location.
|
|
|
|
Home Assistant currently supports free web services and such which require a registration. Please check the sidebar for a full list of supported `weather` platforms.
|
|
|
|
## {% linkable_title Condition mapping %}
|
|
|
|
The `weather` platform only knows the below listed conditions. The reason for this is that for these conditions is an icon from [Material Design Icons](https://materialdesignicons.com/) available and mapped in the [frontend](https://github.com/home-assistant/home-assistant-polymer/blob/master/src/cards/ha-weather-card.js#L170).
|
|
|
|
- 'clear-night'
|
|
- 'cloudy'
|
|
- 'fog'
|
|
- 'hail'
|
|
- 'lightning'
|
|
- 'lightning-rainy'
|
|
- 'partlycloudy'
|
|
- 'pouring'
|
|
- 'rainy'
|
|
- 'snowy'
|
|
- 'snowy-rainy'
|
|
- 'sunny'
|
|
- 'windy'
|
|
- 'windy-variant'
|
|
- 'exceptional':
|