https://github.com/tybritten/ical-sensor-homeassistant
an iCal Sensor for Home Assistant
https://github.com/tybritten/ical-sensor-homeassistant
hacs home-assistant ical sensor
Last synced: 25 days ago
JSON representation
an iCal Sensor for Home Assistant
- Host: GitHub
- URL: https://github.com/tybritten/ical-sensor-homeassistant
- Owner: tybritten
- Created: 2016-12-10T16:47:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T13:04:35.000Z (3 months ago)
- Last Synced: 2025-03-29T01:12:34.430Z (about 1 month ago)
- Topics: hacs, home-assistant, ical, sensor
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 109
- Watchers: 4
- Forks: 33
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iCal Sensor Support for Home Assistant
This integration will create sensors for the next few future calendar events, called:
* sensor.ical_my_calendar_event_0
* sensor.ical_my_calendar_event_1
* sensor.ical_my_calendar_event_2
(...)And it will create a calendar-entry that can be used in the calendar cards etc.
* calendar.ical_my_calendar
## Installation
Install with HACS
### Setup
The integration is set up using the GUI.
* Go to Configuration -> Integrations and click on the "+"-button.
* Search for "ical"
* Enter a name for the calendar, and the URL
* By default it will set up 5 sensors for the 5 nex upcoming events (sensor.ical__event_1 ~ 5). You can adjust this to add more or fewer sensors
* The integration will only consider events with a start time 365 days into the future by default. This can also be adjusted when adding a new calendar### Breaking change
If you have used this integration previously with yaml-config, you need to set up the calendars again using the GUI and adjust any scripts/automations etc. to use the new entity_ids that are generated automatically.
You can then safely remove any ical sensor and integration config from your yaml files.