Skip to content

biker91620/ha-cozytouch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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