https://github.com/lymanepp/ha-comfort-advisor
Comfort Advisor for Home Assistant
https://github.com/lymanepp/ha-comfort-advisor
comfort home-assistant integration
Last synced: 4 months ago
JSON representation
Comfort Advisor for Home Assistant
- Host: GitHub
- URL: https://github.com/lymanepp/ha-comfort-advisor
- Owner: lymanepp
- License: agpl-3.0
- Created: 2022-04-24T11:39:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-09-08T06:04:31.000Z (11 months ago)
- Last Synced: 2025-10-19T11:49:46.094Z (10 months ago)
- Topics: comfort, home-assistant, integration
- Language: Python
- Homepage:
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# https://github.com/lymanepp/ha-comfort-advisor
[](https://github.com/hacs/integration)
Comfort Advisor provides the following calculated sensors for Home Assistant.
## Sensors
**Can Open Windows**
> The weather outside is comfortable and windows can be opened.
**High Simmer Index**
> The high simmer index over the next 24 hours.
**Next Change Time**
> The next time the windows are recommended to be opened or closed.
## Usage
To use Comfort Advisor check the documentation for your preferred way to setup sensors.
**UI/Frontend (Config Flow)
[master](https://github.com/lymanepp/ha-comfort-advisor/blob/master/documentation/config_flow.md)**
## Installation
### Using [HACS](https://hacs.xyz/) (recommended)
This integration can be installed using HACS. To do it search for Comfort Advisor in the integrations section.
### Manual
To install this integration manually you can either
* Use git:
```sh
git clone https://github.com/lymanepp/ha-comfort-advisor.git
cd ha-comfort-advisor
# if you want a specific version checkout its tag
# e.g. git checkout 1.0.0
# replace $hacs_config_folder with your home assistant config folder path
cp -r custom_components $hacs_config_folder
```
* Download the source release and extract the custom_components folder into your home assistant config folder.
Finally you need to restart home assistant before you can use it.