This repo provides a plugin to work with Ubibot thermometers as sensors
Install using HACS
Configure as a sensor in HA YAML configuration.yaml
sensor:
platform: ubibot
api_key: !secret ubibot_apikey
channel: !secret ubibot_channel_number
scan_interval: 900
Store secrets in secrets.yaml
ubibot_apikey: "YOUR_API_KEY"
ubibot_channel_number: "YOUR_CHANNEL_NUMBER"