Skip to content

kameo4242/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: [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

About

Cozytouch support for Home Assistant

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%