Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

ms32035/home-assistant-ubibot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubibot integration for Home Assistant

⚠️ Deprecation notice ⚠️

After 6 years of running my Ubibot WS1 I've come to a conclusion that the standards are now Matter and Thread. This integration is no longer maintained, but should a new maintainer come, I'm happy to transfer support them to them. Otherwise, it will stop working soon, when Home Assistant drops support for YAML based configurations.

Some attempt to upgrade the integration can be found in the feature/reafactor branch.

This repo provides a plugin to work with Ubibot thermometers as sensors

Installation

Install using HACS

Configuration

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"

About

Ubibot integration for home assistant

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages