Skip to content

Commit

Permalink
Remove invalid state class in sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Two committed Jan 19, 2023
1 parent fd30c37 commit 588eaf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/subaru/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"issue_tracker": "https://github.com/G-Two/homeassistant-subaru/issues",
"requirements": ["subarulink==0.7.2"],
"codeowners": ["@G-Two"],
"version": "0.7.2",
"version": "0.7.3",
"iot_class": "cloud_polling"
}
1 change: 0 additions & 1 deletion custom_components/subaru/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
key=sc.EV_TIME_TO_FULLY_CHARGED_UTC,
device_class=SensorDeviceClass.TIMESTAMP,
name="EV time to full charge",
state_class=SensorStateClass.MEASUREMENT,
),
]

Expand Down

0 comments on commit 588eaf1

Please sign in to comment.