https://github.com/mrueg/home-assistant-voebb
Display lent media from VOEBB (Verbund der Öffentlichen Bibliotheken Berlins) in Home-Assistant
https://github.com/mrueg/home-assistant-voebb
home-assistant home-assistant-component library voebb
Last synced: about 2 months ago
JSON representation
Display lent media from VOEBB (Verbund der Öffentlichen Bibliotheken Berlins) in Home-Assistant
- Host: GitHub
- URL: https://github.com/mrueg/home-assistant-voebb
- Owner: mrueg
- License: apache-2.0
- Created: 2025-05-03T18:48:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-15T19:53:56.000Z (10 months ago)
- Last Synced: 2026-02-11T01:36:17.499Z (5 months ago)
- Topics: home-assistant, home-assistant-component, library, voebb
- Language: Python
- Homepage:
- Size: 154 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# home-assistant-voebb
Display lent media from VOEBB (Verbund der Öffentlichen Bibliotheken Berlins) in Home-Assistant.
# How to use
- Run a [standalone-chromium](https://github.com/mrueg/addon-standalone-chromium) or similar to allow the integration to connect to the Selenium Webdriver.
- If you run this addon, copy the container name when it is started and enter its container name in the config flow.
- Add your username and password from the library.
# Display
You can visualize the media you borrowed using the [flex-table-card](https://github.com/custom-cards/flex-table-card) lovelace card.
```
type: custom:flex-table-card
entities:
include: sensor.voebb.*
columns:
- name: Return date
data: items.return_date
- name: Title
data: items.title
- name: Author
data: items.author
- name: Location
data: items.library
- name: Extension
data: items.extension
```
and this is how it will look like:
