Skip to content

Commit

Permalink
Renamed Davis Time to Last Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGos committed Oct 11, 2023
1 parent c4f2420 commit eceedf1
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file modified custom_components/davis_vantage/assets/icon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified custom_components/davis_vantage/assets/[email protected]
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.0.6"
VERSION = "1.0.7"

DEFAULT_SYNC_INTERVAL = 30 # seconds
DEFAULT_NAME = NAME
Expand Down
2 changes: 1 addition & 1 deletion custom_components/davis_vantage/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
DESCRIPTIONS: list[SensorEntityDescription] = [
SensorEntityDescription(
key="Datetime",
name="Davis Time",
name="Last Updated",
icon="mdi:clock",
device_class=SensorDeviceClass.TIMESTAMP,
entity_category=EntityCategory.DIAGNOSTIC
Expand Down

0 comments on commit eceedf1

Please sign in to comment.