Skip to content

PieterGit/ruuvi_hass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruuvi_hass

RuuviTag sensor for hass.io

Copy ruuvi-hass.py, manifest.json and init.py_ to /custom_components/ruuvi-hass/ (e.g. /home/homeassistant/.homeassistant/custom_components/ruuvi-hass.py)

The configuration.yaml has to be edited like this

sensor:
  - platform: ruuvi-hass
    mac: 'MA:CA:DD:RE:SS:00'
    name: 'livingroom'
    
  - platform: ruuvi-hass
    mac: 'MA:CA:DD:RE:SS:01'
    name: 'bathroom'

Todo:

  • Add more sensors (acceleration)

About

RuuviTag sensor for hass.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%