Skip to content

michelebossa/HA-Scheduler

Repository files navigation

HA-Scheduler

Scheduler Addon for Home Hassistant

This addon handles a week of configuration for:

  • automation
  • climate
  • cover
  • fan
  • input_boolean
  • light
  • script
  • switch

code style

main

Edit section:

We can make a group and set on or off action every day with following format:

  • No Fill ( No action on this day )
  • HH:MM:SS ( Time format )
  • sunrise/sunset ( Action at sunrise/ sunset sunrise/sunset )
  • sunrise+30M (M = Minutes, S = Second) ( Offset + or - at sunrise or sunset )
  • :T27 (:T + temperature to set)
  • :B50 (:B + brightness value between 0 <> 100 to set) only light entity BETA

edit

Installation

Copy the url of this addon into "Supervisor" -> "Addon Store" -> "Add New repository URL", and then close the dialog. Scroll down, choose "HA-Scheduler", and install it.

Configuration

log_level: Level of logging messages default info
max_retries: Number of retrying action default 2
max_retry_interval: How many seconds to wait before retrying. default 5
bk_color: The background color default vaule #f8f9fa (white)

Home Assistant service

There is the possibility to enable or disable an entity by calling this service on your automation/script:

service: hassio.addon_stdin
data:
  addon: 998c1fd8_homeassistantscheduler
  input: light_group:enable_on
addon = name of addon
input = group name:action (enable_on or enable_off)

Buy Me A Coffee

About

Scheduler Addon Home Hassistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published