Releases: HazardDede/home-assistant-ferienapidotde
Releases · HazardDede/home-assistant-ferienapidotde
Version: 0.3.0
Adds configuration argument days_offset
to set an offset in days (+1 tomorrow, -1 yesterday, +2 the day after tomorrow)
Example:
binary_sensor:
- platform: ferienapidotde
name: Vacation (HH) + 3 days
days_offset: 3
state_code: HH
- platform: ferienapidotde
name: Vacation (HH) yesterday
days_offset: -1
state_code: HH
Version: 0.2.4
Version: 0.2.3
Adds version key to manifest.json
Version 0.2.2
Bumps dependency ferien-api
to remove an unnecessary print statement
Version 0.2.1
Bumps dependency ferien-api
to resolve a timestamp related bug
Reference: HazardDede/ferien-api#5
Version 0.2.0
Switches to base class BinarySensorEntity
Old base class BinarySensorDevice is deprecated and will be removed in a future release of home assistant. This will get rid of the deprecation warning in the home assistant logs.
First release
First release of the ferienapidotde
binary sensor.
Testing and contribution is highly appreciated.