Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 756 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 756 Bytes

Panasonic Eolia HA component

A home assistant custom climate component to control Panasonic eolia airconditioners.

Credit to djbulsink and lostfields as a lot of their code was modified for the Panasonic Eolia

This component uses the python library panasoniceolia

https://github.com/avolmensky/python-panasonic-eolia

Usage

  • Copy __init__.py, climate.py, and manifest.json to the custom_components/panasonic_eolia/ 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_eolia
    username: !secret user
    password: !secret password