Skip to content

Commit

Permalink
Added icons to services
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGos committed Feb 10, 2024
1 parent e89d663 commit 5ab7762
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,3 @@ The entity information is updated every 30 seconds (default or other value is ch
## Known problems

During first setup the communication to the weather station can be a bit tricky, resulting in an error saying the device didn't communicate. Please try again to set it up (can take up to 5 times).

Determining Wind Gust value is done by reading archive data of the weather station.
2 changes: 1 addition & 1 deletion custom_components/davis_vantage/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
DOMAIN = "davis_vantage"
MANUFACTURER = "Davis"
MODEL = "Vantage Pro2/Vue"
VERSION = "1.1.7"
VERSION = "1.1.8"

DEFAULT_SYNC_INTERVAL = 30 # seconds
DEFAULT_NAME = NAME
Expand Down
8 changes: 8 additions & 0 deletions custom_components/davis_vantage/icons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"services": {
"set_davis_time": "mdi:clock-edit-outline",
"get_davis_time": "mdi:clock-outline",
"get_raw_data": "mdi:export",
"get_info": "mdi:information-box-outline"
}
}

0 comments on commit 5ab7762

Please sign in to comment.