Fix precipitation typo in icons (#109156)

This commit is contained in:
karwosts 2024-01-30 15:32:53 -05:00 committed by GitHub
parent a22244707b
commit ef4e72f218
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -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": {