1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-11-12 07:03:52 -05:00
This commit is contained in:
Nathan Spencer
2024-07-08 23:58:14 -06:00
parent 33faf66109
commit 10fcfb8a9f
12 changed files with 1019 additions and 56 deletions

View File

@@ -49,11 +49,6 @@ DESCRIPTORS = {
name="Download progress",
state_class=SensorStateClass.TOTAL_INCREASING,
),
OasisMiniSensorEntityDescription(
key="playlist",
name="Playlist",
lookup_fn=lambda device: ",".join(map(str, device.playlist)),
),
}
OTHERS = {