n4ts / ha-notione

This device tracker uses unofficial API to get data from web.notione.com
Apache License 2.0
7 stars 1 forks source link

notiOne Device Tracker

GitHub Release Hacs Badge PayPal_Me

This device tracker uses unofficial API to get data from https://panel.notione.com/

Configuration options

Key Type Required Default Description
username string True - Username from notiOne
password string True - Password from notiOne
scan_interval int False 300 Scan interval

View

Screenshot

Usage:

Add to configuration.yaml:

device_tracker:
  - platform: notione
    username: [USERNAME FROM NOTIONE]
    password: [PASSWORD FROM NOTIONE]

Installation

Download device_tracker.py, system_health.py, __init__.py* and manifest.json to config/custom_components/notione directory:

mkdir -p custom_components/notione
cd custom_components/notione
wget https://github.com/n4ts/ha-notione/raw/master/custom_components/notione/device_tracker.py
wget https://github.com/n4ts/ha-notione/raw/master/custom_components/notione/system_health.py
wget https://github.com/n4ts/ha-notione/raw/master/custom_components/notione/manifest.json
wget https://github.com/n4ts/ha-notione/raw/master/custom_components/notione/__init__.py