Skip to content

Commit

Permalink
Bump audiconnectpy to 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Jun 10, 2024
1 parent 60a0cfd commit a2acd80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/audiconnect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/cyr-ius/hass-audiconnect/issues",
"loggers": ["audiconnectpy"],
"requirements": ["audiconnectpy==2.3.6"],
"requirements": ["audiconnectpy==2.3.7"],
"version": "2.1.0"
}
3 changes: 1 addition & 2 deletions custom_components/audiconnect/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

import logging

from homeassistant.components.sensor import SensorDeviceClass as dc
from homeassistant.components.sensor import SensorEntity
from homeassistant.components.sensor import SensorDeviceClass as dc, SensorEntity
from homeassistant.const import EntityCategory
from homeassistant.core import HomeAssistant
from homeassistant.helpers.entity_platform import AddEntitiesCallback
Expand Down

0 comments on commit a2acd80

Please sign in to comment.