An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# https://github.com/lymanepp/ha-comfort-advisor

[![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=for-the-badge)](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.