Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

DOliana/ha-my-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Weather

hacs_badge HACS Action

A Home Assistant custom integration that combines a base weather forecast entity with local sensors, so you can use your favorite weather card and still have local sensor data.

Local sensor values override the base weather data when available, giving you more accurate current conditions while keeping forecasts from your preferred weather provider.

Features

  • Use any weather integration as a base (e.g. Met.no, OpenWeatherMap)
  • Override individual weather attributes with local sensor data
  • Supports: temperature, apparent temperature, dew point, pressure, humidity, wind speed, wind bearing, visibility, cloud coverage, UV index, ozone
  • Rain sensor support — binary sensor or numeric rain rate to override the weather condition
  • Daily and hourly forecasts passed through from the base weather entity
  • Full config flow UI — no YAML needed

Installation

HACS (Recommended)

  1. Open HACS in Home Assistant
  2. Click the three dots in the top right and select Custom repositories
  3. Add https://github.com/DOliana/ha-my-weather with category Integration
  4. Click Install
  5. Restart Home Assistant

Manual

  1. Copy the custom_components/my_weather folder to your Home Assistant config/custom_components/ directory
  2. Restart Home Assistant

Configuration

  1. Go to Settings → Devices & Services → Add Integration
  2. Search for My Weather
  3. Select a base weather entity and optionally assign local sensors for each attribute
  4. Sensors can be changed later via the integration's Configure button

Now use your favorite weather card.

How it works

The integration creates a weather entity that reads current conditions from your local sensors (when available) and falls back to the base weather entity's values otherwise. Forecasts (daily and hourly) are always sourced from the base weather entity.

License

MIT

About

My Weather integration for home assistant

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages