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