This is a custom component to integrate Meteo.lt weather service into Home Assistant.
- Weather forecast data for Lithuanian cities and towns
- Meteorological station observations
- Hydrological station data
- Automatic location detection based on Home Assistant location
- All data is converted to local timezone (Europe/Vilnius)
- Open HACS
- Go to "Integrations"
- Click the three dots in top right
- Select "Custom repositories"
- Add this repository URL and select "Integration" category
- Click "Add"
- Find "Meteo.lt" in integrations list and click "Download"
- Restart Home Assistant
- Clone this repository
- Copy the
custom_components/meteolt
folder to your Home Assistant/config/custom_components
folder - Restart Home Assistant
- Go to Configuration -> Integrations
- Click "+ Add Integration"
- Search for "Meteo.lt"
- Select your location and optionally meteorological and hydrological stations
- Click "Submit"
- Temperature
- Feels Like Temperature
- Wind Speed
- Wind Gust
- Wind Direction
- Cloud Cover
- Sea Level Pressure
- Relative Humidity
- Total Precipitation
- Condition
- Temperature
- Feels Like Temperature
- Wind Speed
- Wind Gust
- Wind Direction
- Cloud Cover
- Sea Level Pressure
- Relative Humidity
- Precipitation
- Condition
- Water Level
- Water Temperature
- Water Discharge
- Clone this repository
- Create a virtual environment:
python -m venv venv
- Activate it:
source venv/bin/activate
(Linux) orvenv\Scripts\activate
(Windows) - Install requirements:
pip install -r requirements_dev.txt
- Run tests:
pytest tests/
Feel free to contribute to this project, pull requests are welcome!
This project is under the MIT License - see the LICENSE file for details.
This integration was created by the Home Assistant community.
- Data source: Meteo.lt API