All Projects → tybritten → ical-sensor-homeassistant

tybritten / ical-sensor-homeassistant

Licence: other
an iCal Sensor for Home Assistant

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ical-sensor-homeassistant

ha-iaquk
Indoor Air Quality Sensor Component for Home Assistant
Stars: ✭ 57 (+35.71%)
Mutual labels:  sensor, home-assistant, hacs
Home-Assistant-custom-components-DPC-Alert
Italy Meteo-hydro alert and hydrogeological phenomena Civil Protection (Protezione Civile). In this custom component you can find the vigilance Bulletin and the Bulletin of national hydrogeological and hydraulic criticalities. They allow to check whether in your current location there will be criticalities/warnings related to weather-hydrogeolog…
Stars: ✭ 31 (-26.19%)
Mutual labels:  sensor, home-assistant, hacs
uptime-card
Minimalistic uptime card for Home Assistant Lovelace UI
Stars: ✭ 152 (+261.9%)
Mutual labels:  sensor, home-assistant, hacs
read your meter
Home Assistant sensor to read water meter
Stars: ✭ 27 (-35.71%)
Mutual labels:  sensor, home-assistant, hacs
ha-gismeteo
Gismeteo Weather Provider for Home Assistant
Stars: ✭ 84 (+100%)
Mutual labels:  sensor, home-assistant, hacs
ynab
YNAB component for Home Assistant
Stars: ✭ 26 (-38.1%)
Mutual labels:  home-assistant, hacs
ha-config-ataraxis
My Home Assistant Configs. If you like what you see, please ⭐️my repo. It would encourage me a lot 🤘
Stars: ✭ 146 (+247.62%)
Mutual labels:  home-assistant, hacs
HADailySensor
Sensor for Home Assistant that gets reset at midnight
Stars: ✭ 20 (-52.38%)
Mutual labels:  sensor, home-assistant
home-assistant-sun-card
Home assistant sun card based on Google weather design
Stars: ✭ 279 (+564.29%)
Mutual labels:  home-assistant, hacs
sensor.avanza stock
Custom component to get stock data from Avanza for Home Assistant
Stars: ✭ 30 (-28.57%)
Mutual labels:  home-assistant, hacs
homeassistant-powercalc
Custom component to calculate estimated power consumption of lights and other appliances
Stars: ✭ 261 (+521.43%)
Mutual labels:  home-assistant, hacs
compass-card
A Lovelace card that shows a directional indicator on a compass for Home Assistant
Stars: ✭ 64 (+52.38%)
Mutual labels:  home-assistant, hacs
hass-hue-icons
Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.
Stars: ✭ 161 (+283.33%)
Mutual labels:  home-assistant, hacs
Calendarific
Calendarific holiday sensor for Home Assistant
Stars: ✭ 14 (-66.67%)
Mutual labels:  sensor, home-assistant
ad-alexatalkingclock
Alexa (or other Smart Speakers) tell you the time without asking every hour. Please ⭐️if you like my app :)
Stars: ✭ 30 (-28.57%)
Mutual labels:  home-assistant, hacs
hass-livebox-component
Livebox Component for Home assistant
Stars: ✭ 24 (-42.86%)
Mutual labels:  home-assistant, hacs
openrgb ha
OpenRGB integration for Home Assistant
Stars: ✭ 40 (-4.76%)
Mutual labels:  home-assistant, hacs
VisonicAlarm-for-Hassio
Visonic/Bentel/Tyco Alarm System integrtation for Home Assistant
Stars: ✭ 14 (-66.67%)
Mutual labels:  sensor, home-assistant
bom-radar-card
A rain radar card using the new tiled images from the Australian BOM
Stars: ✭ 52 (+23.81%)
Mutual labels:  home-assistant, hacs
homeassistant ecowitt
Ecowitt Weather Station integration for homeassistant
Stars: ✭ 90 (+114.29%)
Mutual labels:  home-assistant, hacs

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

Copy all files from the "custom_components/ical" directory to your home-assistant config directory under custom_components/ical.

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_<calendar_name>_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 agan 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].