File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
custom_components/battery_notes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66from __future__ import annotations
77
88from homeassistant .config_entries import ConfigEntry
9- from homeassistant .const import Platform
109from homeassistant .core import HomeAssistant , callback
1110
12- from .const import DOMAIN , LOGGER , PLATFORMS
11+ from .const import PLATFORMS
1312
1413async def async_setup_entry (hass : HomeAssistant , entry : ConfigEntry ) -> bool :
1514 """Set up a config entry."""
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ class BatteryNotesSensorEntityDescription(
4949 SensorEntityDescription ,
5050):
5151 """Describes Battery Notes sensor entity."""
52+
5253 unique_id_suffix : str
5354
5455typeSensorEntityDescription = BatteryNotesSensorEntityDescription (
You can’t perform that action at this time.
0 commit comments