Skip to content

Releases: HazardDede/home-assistant-ferienapidotde

Version: 0.3.0

15 Oct 18:57
Compare
Choose a tag to compare

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

06 Oct 12:05
Compare
Choose a tag to compare

Bumps dependency ferien-api to the latest version to fix a bug regarding the date parsing logic: #6

Implements the method extra_state_attributes to expose the component state attributes again: #5

Version: 0.2.3

12 Apr 17:55
49eb9fa
Compare
Choose a tag to compare

Adds version key to manifest.json

Version 0.2.2

08 Sep 12:02
Compare
Choose a tag to compare

Bumps dependency ferien-api to remove an unnecessary print statement

Version 0.2.1

08 Sep 11:40
Compare
Choose a tag to compare

Bumps dependency ferien-api to resolve a timestamp related bug

Reference: HazardDede/ferien-api#5

Version 0.2.0

20 Jun 18:09
Compare
Choose a tag to compare

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

12 May 19:59
Compare
Choose a tag to compare

First release of the ferienapidotde binary sensor.
Testing and contribution is highly appreciated.