Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 335 Bytes

info.md

File metadata and controls

18 lines (13 loc) · 335 Bytes

iCal Sensor Support for Home Assistant

in your configuration.yaml you'll need:

sensor:
- platform: ical
  name: "My Calendar"
  url: "http://url.to/ical"

It will create sensors for the next few future calendar events, called:

  • sensor.my_calendar_event_0
  • sensor.my_calendar_event_1
  • sensor.my_calendar_event_2

etc