Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 2.9 KB

README.md

File metadata and controls

74 lines (46 loc) · 2.9 KB

HA Pi Sugar UPS Sensor

Daily Schedule Card

HACS Badge

GitHub release (latest SemVer including pre-releases)

Project Maintenance

How to install

There are multiple ways of installing the integration.

HACS

HACS Badge

This integration can be installed directly via HACS. To install:

Manual

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.

  1. 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 the custom_components folder of your Home Assistant installation.

Configuration

//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