scheduler-component

Custom component for HA that enables the creation of scheduler entities

GPL-3.0 License

Stars
561
Committers
18

Bot releases are visible (Hide)

scheduler-component - v3.1.3

Published by nielsfaber over 3 years ago

  • Some improvements related to compatibility with the workday sensor
scheduler-component - v.3.1.2

Published by nielsfaber over 3 years ago

  • Fixed a bug causing schedule entity to be duplicated when renaming
  • Fixed a bug which in some cases causes crashing of scheduler upon startup of HA
scheduler-component - v3.1.1

Published by nielsfaber over 3 years ago

  • Added iot_class to manifest file
  • Add a check for services being unavailable after restarting HA
  • Fix refreshing of timers of schedules which are disabled
  • Fixed a bug causing friday to be excluded from workdays, sunday from weekends
scheduler-component - v3.1.0

Published by nielsfaber over 3 years ago

Changes:

  • Improve handling of DST offset change
  • Improve handling of holiday events for workday sensor
  • Increased flexibility for sunrise/sunset offset
  • Added small delay for climate actions, for improving compatibility with integrations
  • Improved compatibility with the updated dev_tools service panel
  • Add support for services without entity_id
  • Fix for breaking changes in upcoming HA release
scheduler-component - v3.1.0b

Published by nielsfaber over 3 years ago

Warning: This is a beta release, updating to this version may introduce new bugs.

Changes:

  • Improve handling of DST offset change
  • Improve handling of holiday events for workday sensor
  • Increased flexibility for sunrise/sunset offset
  • Added small delay for climate actions, for improving compatibility with integrations
  • Improved compatibility with the updated dev_tools service panel
scheduler-component - v3.0.4

Published by nielsfaber over 3 years ago

Add version to manifest

scheduler-component - v3.0.3

Published by nielsfaber almost 4 years ago

  • Add a workaround for climate entities that don't properly handle the heat/cool actions
  • Reverted the removal of the scheduler.add, scheduler.edit, scheduler.remove services for facilitating using the component without the card.
scheduler-component - v3.0.2

Published by nielsfaber almost 4 years ago

  • Improve the detection of wrong schedule configuration (defective entity) and prevent the crashing of the component
scheduler-component - v3.0.1

Published by nielsfaber almost 4 years ago

  • Fix a bug that results in restarting HA to be necessary after installing the integration
  • Perform calculation of trigger time in local timezone instead of UTC (should fix problems with DST changes)
  • Some small fixes that should prevent/reduce several crash issues reported by users
scheduler-component - v3.0.0

Published by nielsfaber almost 4 years ago

BREAKING update!!
Updating to this version will attempt to migrate your existing schedules from older installed version, to the new structure.
This might result in loss of previously configured schedules.
This update is incompatible with scheduler-card version below v2.0.0.
Restart HA after updating this component, restart again to remove all traces of old version of the schedule-component.

Updates from v2.1.1:

  • Use storage for schedule entities
  • Use websocket for communication with scheduler card (instead of services)
  • Change formatting for entity attributes
  • Add support for providing custom entity ID
  • Add support for automatically removing schedules after execution

Updates from v3.0.0b:

  • Fix problem where schedules could not be deleted
  • Ensure actions are skipped when schedule is disabled
  • Add the run_action service (replacement of scheduler.test)
  • Some other small improvements
scheduler-component - v3.0.0b

Published by nielsfaber almost 4 years ago

BREAKING update!!
Updating to this version will attempt to migrate your existing schedules from older installed version, to the new structure.
This might result in loss of previously configured schedules.
This update is incompatible with scheduler-card version below v2.0.0.
Restart HA twice after updating to complete the migration and remove all traces of old version of the schedule-component.

Updates:

  • Use storage for schedule entities
  • Use websocket for communication with scheduler card (instead of services)
  • Change formatting for entity attributes
  • Add support for providing custom entity ID
  • Add support for automatically removing schedules after execution
scheduler-component - v2.1.1

Published by nielsfaber about 4 years ago

  • Fix problem with backwards compatibility of older HA versions
  • Fix a bug with workday sensor and detecting holidays
  • Improve the startup behaviour of schedules
  • Add detection of unavailable devices and retrying when action is triggered
scheduler-component - v2.1.0

Published by nielsfaber about 4 years ago

  • Remove dependency for sun.sun entity
  • Add active updating of schedules that depend on sun times
  • Change service routines for supporting creating timeslots
  • Add detection of starting in timeslot and executing actions
  • Add workday sensor integration
  • Add provisions for future features
scheduler-component - v2.0.2

Published by nielsfaber about 4 years ago

  • Fixed a bug resulting in disabled schedule entities to be turned on when restarting HA
scheduler-component - v2.0.1

Published by nielsfaber about 4 years ago

  • Fixed a bug that caused schedule timers not be recalculated after editing
  • Display correct version number in integration
scheduler-component - v2.0.0

Published by nielsfaber about 4 years ago

Complete overhaul of the component to turn it into an integration.
Updated to support multiple times and actions per entity (preparations for weekly schedules etc.)
Updated the service call routines.

scheduler-component - v1.1.2

Published by nielsfaber about 4 years ago

Small changes (no functional changes)

scheduler-component - v1.1.1

Published by nielsfaber about 4 years ago

This release fixes 2 bugs that cause the component to fail

scheduler-component - v1.1.0

Published by nielsfaber about 4 years ago

This version is able to run standalone (does not need the scheduler-app anymore).
It still uses MQTT Topics for storing the entity data, this is a work-in-progress.

scheduler-component -

Published by nielsfaber about 4 years ago

First version