djbulsink / panasonic_ac

Panasonic Comfort Cloud HA component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panasonic Comfort Cloud HA component

A home assistant custom climate component to control Panasonic airconditioners and heatpumps.

This component uses the library pcomfortcloud

https://github.com/lostfields/python-panasonic-comfort-cloud

Usage

  • Copy __init__.py, climate.py, and manifest.json to the custom_components/panasonic_ac/ folder. As an alternative, you can also install the component via the Home Assistant Community Store (HACS) by adding it manually.
  • Add the following configuration in configuration.yaml:
climate:
  - platform: panasonic_ac
    username: !secret user
    password: !secret password

About

Panasonic Comfort Cloud HA component


Languages

Language:Python 100.0%