ha-cozytouch icon indicating copy to clipboard operation
ha-cozytouch copied to clipboard

Cozytouch support for Home Assistant

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: [email protected]
    password: cozytouch

Cozytouch climat component

Configuration variables:

username (Required): Your user id (email)

password (Required): Your password

Example:

climate:
  - platform: cozytouch
    username: [email protected]
    password: cozytouch

Cozytouch temperature sensor component

Configuration variables:

username (Required): Your user id (email)

password (Required): Your password

Example:

sensor:
  - platform: cozytouch
    username: [email protected]
    password: cozytouch

Cozytouch occupancy sensor

Configuration variables:

username (Required): Your user id (email)

password (Required): Your password

Example:

binary_sensor:
  - platform: cozytouch
    username: [email protected]
    password: cozytouch