Skip to content

Reminder system to process and display upcoming HA calendar events

License

Notifications You must be signed in to change notification settings

nra4ever/calremind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalRemind

screenshot of generated sensor in HA developer tools A sensor based system to facilitate processing and displaying upcoming calendar events.

Installation

Download the calremind directory from inside the apps directory here to your local apps directory, then add the configuration to enable the calremind module.

App configuration

calremind:
    module: calremind
    class: calremind
    server_ip: "192.168.1.122"
    ha_port: "8123"
    ha_token: "your HA token goes here"
    calendar_id: calendar.work
    max_events: 3
    hours_away: 48
    sensor_id: "sensor.calremind"
    index_offset: 0
key optional type default description
module False string The module name of the app.
class False string The name of the Class.
server_ip False string the IP of the Home Assistant Installation.
ha_port True string 8123 The Port of the Home Assistant Installation.
ha_token False string A Long Lived Access Token for HA.
calendar_id False string The ID of the Calendar to Track Upcoming Events for.
max_events True integer 3 Amount of Upcoming Events to Track at Once.
hours_away True integer 48 Amount of Hours to Look Ahead for Events.
sensor_id True string sensor.calremind The Entity ID for the Published Sensor.
index_offset True integer 0 Offset for Sensor Attribute Numbering

About

Reminder system to process and display upcoming HA calendar events

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages