Entity | Type | Description |
---|---|---|
open_sessions |
sensor |
Show number of open audio sessions |
libraries |
sensor |
Number of libraries on the server |
users |
sensor |
Number of users on the server |
Entity | Type | Description |
---|---|---|
items |
sensor |
Number of items in the library |
duration |
sensor |
Total time in hours of playable content in library |
size |
sensor |
Total disk space used by library in GB |
configuration.yaml
)custom_components
directory (folder) there, you need to create itAudiobookshelf_vX.X.X.zip
file from the latest releasecustom_components
For more info on what the token can be used for see: https://api.audiobookshelf.org/#introduction
Variable | Description |
---|---|
URL |
The URL and port of your Audiobookshelf instance (must start with the protocol, http:// or https://) |
API key |
The API key that you got in the previous step |
Scan interval |
How regularly the data should be fetched from your Audiobookshelf instance (in seconds), defaults to 300s |
This project was generated from @oncleben31's Home Assistant Custom Component Cookiecutter template.
Code template was mainly taken from @Ludeeus's integration_blueprint template