This is a custom integration for Home Assistant.
The Elektro Celje Power outage notification integration for Home Assistant allows users to track planned maintenance power outages for specific transformer power stations in the Elektro Celje power grid provider.
To install the integration using HACS (Home Assistant Community Store):
- Make sure you have HACS installed.
- Navigate to HACS -> Integrations.
- Add the following repository to your HACS custom repositories: https://github.com/urosgruber/ha-elektro-celje.git.
- Search for "Elektro Celje Power" and download the integration.
- Restart your Home Assistant.
Add the following YAML code to your configuration.yml
file:
binary_sensor:
- platform: elektro_celje
name: Name your sensor
region: Celje
search_station: the name of the station
The integration provides a binary sensor that can be used on any Home Assistant dashboard. Create automations to receive notifications when a power outage is planned.
working_day
: Description of the actual day and time maintenance will be run.published_date
: Date when maintenance is planned.
If you encounter any issues, please open a new issue on GitHub.
Users are welcome to provide additional changes and improvements. Don't forget to star the repository if you find it useful! ⭐
This integration is licensed under the MIT License.