Closed wolffshots closed 1 week ago
This pull request includes several updates to the audiobookshelf custom component. The most important changes involve updating the version, adjusting type annotations, and modifying class attributes to support None values.
audiobookshelf
None
custom_components/audiobookshelf/const.py
VERSION
custom_components/audiobookshelf/manifest.json
version
custom_components/audiobookshelf/sensor.py
full_path
LibraryFolder
audiobooks_only
LibrarySettings
media_type
settings
Library
This pull request includes several updates to the
audiobookshelf
custom component. The most important changes involve updating the version, adjusting type annotations, and modifying class attributes to supportNone
values.Version Updates:
custom_components/audiobookshelf/const.py
: UpdatedVERSION
to "v0.2.3".custom_components/audiobookshelf/manifest.json
: Updatedversion
to "0.2.3".Type Annotation and Attribute Modifications:
custom_components/audiobookshelf/sensor.py
: Modifiedfull_path
attribute inLibraryFolder
class to supportNone
values.custom_components/audiobookshelf/sensor.py
: Modifiedaudiobooks_only
attribute inLibrarySettings
class to supportNone
values.custom_components/audiobookshelf/sensor.py
: Modifiedmedia_type
andsettings
attributes inLibrary
class to supportNone
values.