A simple binary sensor for Home Assistant that checks the weather for the next hours and turns on when it fits certain conditions.
This is a very simple binary sensor that checks the weather for the next few hours and turns on when it fits certain conditions.
Ideas on how to use this sensor:
- 🚴♂️ Bike Day – check if the weather is good enough to go out for a ride.
- 🚶 Walkable Weather – check if the weather is good enough to go out for a walk.
- ☔️ Will it Rain – check if it will rain today.
You can rename the sensor to anything more meaningful to you.
Your generosity will help me maintain and develop more projects like this one.
- 💖 Sponsor me on GitHub
- ☕️ Buy Me A Coffee
- 🤝 Support me on Patreon
- Bitcoin:
bc1q7lfx6de8jrqt8mcds974l6nrsguhd6u30c6sg8
- Ethereum:
0x6aF39C917359897ae6969Ad682C14110afe1a0a1
The quickest way to install this integration is via HACS by clicking the button below:
If it doesn't work, adding this repository to HACS manually by adding this URL:
- Visit HACS → Integrations → ... (in the top right) → Custom repositories
- Click Add
- Paste
https://github.com/denysdovhan/ha-check-weather
into the URL field - Chose Integration as a Category
- Check Weather will appear in the list of available integrations. Install it normally.
This integration is configurable via UI. On Devices and Services page, click Add Integration and search for Check Weather.
Specify desired configuration options:
The integration will create a new binary_sensor
entity that will turn on when the weather fits the set conditions.
You can safely rename the entity to something more meaningful, like Bike Day or anything else.
Please, help to add more translations and improve existing ones. Here's a list of supported languages:
- English
- Українська (Ukrainian)
- Polski (Polish)
- Deutsch (German)
- Your language?
Want to contribute to the project?
First, thanks! Check contributing guideline for more information.
MIT © Denys Dovhan