A Home Assistant integration to monitor LeoNTP
- All possible LeoNTP 1200 sensors.
Using HACS (recommended)
Click on this button:
or follow these steps:
- Simply search for
LeoNTPin HACS and install it easily. - Restart Home Assistant.
- Add the '
LeoNTP' integration via HA Settings > 'Devices and Services' > 'Integrations'. - Provide the IP address of your LeoNTP.
- Copy the
custom_components/leo_ntpdirectory of this repository asconfig/custom_components/leo_ntpin your Home Assistant installation. - Restart Home Assistant.
- Add the '
leo_ntp' integration via HA Settings > 'Devices and Services' > 'Integrations'. - Provide the IP address of your LeoNTP.
This integration will set up the following platforms.
| Platform | Description |
|---|---|
leo_ntp |
Home Assistant component for LeoNTP |
If you want to contribute to this please read the Contribution guidelines
- You can enable logging for this integration specifically and share your logs, so I can have a deep dive investigation. To enable logging, update your
configuration.yamllike this, so we can get more information in theConfiguration->Logspage.
logger:
default: warning
logs:
custom_components.leo_ntp: debug
