Skip to content

Commit

Permalink
fixing "time" display [#20]
Browse files Browse the repository at this point in the history
2024.9.2
  • Loading branch information
marq24 committed Sep 30, 2024
1 parent 94a51f5 commit 65fc965
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/evcc_intg/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ class ExtSwitchEntityDescription(SwitchEntityDescription):
tag=Tag.VEHICLEPLANSTIME,
icon="mdi:calendar-arrow-right",
entity_category=EntityCategory.DIAGNOSTIC,
state_class=SensorStateClass.MEASUREMENT,
#state_class=SensorStateClass.MEASUREMENT,
#device_class=SensorDeviceClass.DATE,
device_class=None
),
Expand All @@ -717,7 +717,7 @@ class ExtSwitchEntityDescription(SwitchEntityDescription):
tag=Tag.PLANTIME,
icon="mdi:calendar-arrow-right",
entity_category=EntityCategory.DIAGNOSTIC,
state_class=SensorStateClass.MEASUREMENT,
#state_class=SensorStateClass.MEASUREMENT,
#device_class=SensorDeviceClass.DATE,
device_class=None,
entity_registry_enabled_default=False
Expand Down
2 changes: 1 addition & 1 deletion custom_components/evcc_intg/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/marq24/ha-evcc/issues",
"requirements": [],
"version": "2024.9.1"
"version": "2024.9.2"
}

0 comments on commit 65fc965

Please sign in to comment.