Skip to content

This is a repo for Időkép Weather Home Assistant custom integration

License

Notifications You must be signed in to change notification settings

rinyakok/homeassistant_idokep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Időkép HomeAssistant Component

This is a Custom Component for Home-Assistant (https://home-assistant.io) reads and displays Időkép weather data and forecast.

Installation

Manual:

  • Copy directory idokep to your /custom_components directory.

  • Restart Home-Assistant

  • Add new integration in Home Assistant under Settings -> Devices & services

  • Enter the name of location in configuration window. (It shall be the same to the end string of URL in web browser when you get the forecast data) e.g.: Pécs (https://www.idokep.hu/elorejelzes/Pécs)

How it works

This custom component is made based on OpenWeatherMap component. (https://github.com/home-assistant/core/tree/dev/homeassistant/components/openweathermap)

The components provides actual weather, hourly & daily forecast data for selected location.

In every 20 minutes it fetches html data from idokep.hu, extracts forecasts information transforms to Home Assistant Weather platform.