Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 384 Bytes

ZeroTier_HA

Check your devices in your ZeroTier net and their states

This Home Assistant integration, expose all devices found in given ZeroTier network and shows:

  • Status of device (connected or not)
  • Local IP
  • Remote IP
  • Last connection time

in configuration.yaml insert:

- platform: ZeroTier
  network: <your ZeroTier network id>
  api_token: <your ZeroTier API token>