-
//TODO: update this - Service pisugar_energy.update_target_config
There are multiple ways of installing the integration.
This integration can be installed directly via HACS. To install:
- Add the repository to your HACS installation
- Click
Download
You should take the latest published release. The current state of develop
will be in flux and therefore possibly subject to change.
To install, place the contents of custom_components
into the <config directory>/custom_components
folder of your Home Assistant installation. Once installed, don't forget to restart your home assistant instance for the integration to be picked up.
If you use HACS, the custom card will automatically be registered as needed.
If you don't use HACS, you can download js file from latest releases. Follow these instructions to register the custom card.
HA PiSugar is a custom_component for Home Assistant.
- The recommended installation method is using HACS: search for "Auto Areas", install it and restart Home Assistant.
Alternatively download a release and copy the folder
custom_components/pisugar
to thecustom_components
folder of your Home Assistant installation.
//TODO: No longer needed ned Screen shot
# Place this code in your home assistant configuration file (e.g., configuration.yaml)
sensor:
- platform: pisugar
instances:
- name: PiSugar 1
host: 192.168.1.100
port: 8423
- name: PiSugar 2
host: 192.168.1.101
port: 8423