Skip to content

0.0.5

Choose a tag to compare

@gadgetchnnel gadgetchnnel released this 10 Jun 16:45

Added support for non-allday events

This is based on whether the state/attribute contains a time (other than midnight)
If this is incorrect for an entity, it can be overridden by using the new all_day option, for example:

calendar:
  - platform: entities_calendar
    calendars:
      - name: Test
        entities:
          - entity: sensor.not_allday
            name: Not All Day
            all_day: false
          - entity: sensor.allday
            name: All Day
            all_day: true

Improved handling of missing entities, states, or attributes

If any entities or their states or attributes are missing (unavailable or None) they will be filtered out until they are available.