We support HACS. Go to "HACS", then "Integrations" search "samsungrac" and install.
Install it as you would do with any homeassistant custom component:
-
Download
custom_components
folder. -
Copy the
climate_ip
direcotry within thecustom_components
directory of your homeassistant installation. Thecustom_components
directory resides within your homeassistant configuration directory. Note: if the custom_components directory does not exist, you need to create it. After a correct installation, your configuration directory should look like the following.└── ... └── configuration.yaml └── custom_components └── climate_ip
See GitHub for additional instructions and release notes