mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Fix precipitation typo in icons (#109156)
This commit is contained in:
parent
a22244707b
commit
ef4e72f218
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user