/ha-cozytouch

Cozytouch support for Home Assistant

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

ha-cozytouch

Sonarcloud Status

Cozytouch support for Home Assistant

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