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
LeoNTP
in 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_ntp
directory of this repository asconfig/custom_components/leo_ntp
in 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.yaml
like this, so we can get more information in theConfiguration
->Logs
page.
logger:
default: warning
logs:
custom_components.leo_ntp: debug