Add weather icon translations (#108488)

This commit is contained in:
Franck Nijhof 2024-01-20 20:21:28 +01:00 committed by GitHub
parent 408ba4d850
commit 06d748cee7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"entity_component": {
"_": {
"default": "mdi:weather-partly-cloudy",
"state": {
"clear-night": "mdi:weather-night",
"cloudy": "mdi:weather-cloudy",
"exceptional": "mdi:alert-circle-outline",
"fog": "mdi:weather-fog",
"hail": "mdi:weather-hail",
"lightning": "mdi:weather-lightning",
"lightning-rainy": "mdi:weather-lightning-rainy",
"partlycloudy": "mdi:weather-partly-cloudy",
"pouring": "mdi:weather-pouring",
"rainy": "mdi:weather-rainy",
"snowy": "mdi:weather-snowy",
"snowy-rainy": "mdi:weather-snowy-rainy",
"sunny": "mdi:weather-sunny",
"windy": "mdi:weather-windy",
"windy-variant": "mdi:weather-windy-variant"
}
}
},
"services": {
"get_forecast": "mdi:weather-cloudy-clock",
"get_forecasts": "mdi:weather-cloudy-clock"
}
}