biker91620 / ha-cozytouch

Cozytouch support for Home Assistant
GNU General Public License v2.0
16 stars 22 forks source link
cozytouch homeassistant io-homecontrol python

ha-cozytouch

Sonarcloud Status

Cozytouch support for Home Assistant (DEPRECATED)

This custom integration will be converted as an official integration soon

Requirements

To get started:

pip install git+https://github.com/biker91620/cozypy.git

Cozytouch heaters switch component

Configuration variables:

username (Required): Your user id (email)

password (Required): Your password

Example:

switch:
  - platform: cozytouch
    username: cozytouch@ilove.com
    password: cozytouch

Cozytouch climat component

Configuration variables:

username (Required): Your user id (email)

password (Required): Your password

Example:

climate:
  - platform: cozytouch
    username: cozytouch@ilove.com
    password: cozytouch

Cozytouch temperature sensor component

Configuration variables:

username (Required): Your user id (email)

password (Required): Your password

Example:

sensor:
  - platform: cozytouch
    username: cozytouch@ilove.com
    password: cozytouch

Cozytouch occupancy sensor

Configuration variables:

username (Required): Your user id (email)

password (Required): Your password

Example:

binary_sensor:
  - platform: cozytouch
    username: cozytouch@ilove.com
    password: cozytouch