Skip to content

Commit

Permalink
Fixed warnings about icons
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGos committed May 12, 2024
1 parent c88aeaa commit 8191828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/davis_vantage/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"entity": {
"sensor": {
"Barometric Trend": {
"barometric_trend": {
"default": "mdi:trending-neutral",
"state": {
"falling_rapidly": "mdi:trending-down",
Expand All @@ -17,7 +17,7 @@
"rising_rapidly": "mdi:trending-up"
}
},
"Wind Direction Rose": {
"wind_direction_rose": {
"default": "mdi:compass-outline",
"state": {
"n": "mdi:arrow-down-bold-outline",
Expand All @@ -32,7 +32,7 @@
}
},
"binary_sensor": {
"Is Raining": {
"is_raining": {
"state": {
"on": "mdi:weather-pouring",
"off": "mdi:weather-partly-cloudy"
Expand Down

0 comments on commit 8191828

Please sign in to comment.