Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 686 Bytes

Home Assistant FIXI Integration

hacs_badge

Adds Fixi support to Home assistant. This integration requires HACS.

Installation

Recommended to be installed via HACS

  1. Go to HACS -> Integrations
  2. Add this repo to your HACS custom repositories
  3. Search for Fixi and install.
  4. Setup via YAML
    sensor:
      - platform: fixi
        latitude: 50
        longitude: 5
        radius: 1000 # default
        count: 50 # default
  5. Restart Home Assistant