mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Fix precipitation typo in icons (#109156)
This commit is contained in:
@@ -93,10 +93,10 @@
|
|||||||
"power_factor": {
|
"power_factor": {
|
||||||
"default": "mdi:angle-acute"
|
"default": "mdi:angle-acute"
|
||||||
},
|
},
|
||||||
"preciptation": {
|
"precipitation": {
|
||||||
"default": "mdi:weather-rainy"
|
"default": "mdi:weather-rainy"
|
||||||
},
|
},
|
||||||
"preciptation_intensity": {
|
"precipitation_intensity": {
|
||||||
"default": "mdi:weather-pouring"
|
"default": "mdi:weather-pouring"
|
||||||
},
|
},
|
||||||
"pressure": {
|
"pressure": {
|
||||||
|
@@ -96,10 +96,10 @@
|
|||||||
"power_factor": {
|
"power_factor": {
|
||||||
"default": "mdi:angle-acute"
|
"default": "mdi:angle-acute"
|
||||||
},
|
},
|
||||||
"preciptation": {
|
"precipitation": {
|
||||||
"default": "mdi:weather-rainy"
|
"default": "mdi:weather-rainy"
|
||||||
},
|
},
|
||||||
"preciptation_intensity": {
|
"precipitation_intensity": {
|
||||||
"default": "mdi:weather-pouring"
|
"default": "mdi:weather-pouring"
|
||||||
},
|
},
|
||||||
"pressure": {
|
"pressure": {
|
||||||
|
Reference in New Issue
Block a user