Skip to content

hristo-atanasov/LG-Climate-component-for-Home-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

LG-Climate-component-for-Home-Assistant

Based on my Tasmota Irhvac Custom Component

Currently tested and woring in Home Assistant up to v.108.3

Copy lg_climate folder to your config/custom_component folder

Restart Home assistant

Add the Example configuration to your configuration.yaml

Change command_topic, state_topic and name to fit your needs.

Restart Home Assistant again

Ready

example configuration in configuration.yaml

climate:
  - platform: lg_climate
    name: LG Clima
    command_topic: "cmnd/kitchenMultisensor/irsend"
    state_topic: "tele/kitchenMultisensor/RESULT"
    temperature_sensor: sensor.kitchen_temperature
    away_temp: 24 #optional (can be removed) - default 24 int value

For more info about state_topic, please read: Tasmota Irhvac Repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages