Skip to content

SLG/xiaomi_miio_custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

made-with-python Donate

Whatpulse Sensor Component

This is a Custom Component for Home-Assistant (https://home-assistant.io) that has sensors for various stats from Whatpulse.

About

Whatpulse is a application that measures your keyboard/mouse usage, down- & uploads and your uptime. This component queries the Whatpulse API for a configured user and gets the values for those statistics.

Installation

HACS - Recommended

  • Have HACS installed, this will allow you to easily manage and track updates.
  • Search for 'Whatpulse'.
  • Click Install below the found integration.
  • Configure using the configuration instructions below.
  • Restart Home-Assistant.

Manual

  • Copy directory custom_components/whatpulse to your <config dir>/custom_components directory.
  • Configure with config below.
  • Restart Home-Assistant.

Usage

To use this component in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry

sensor:
  - platform: whatpulse
    username: an_user_name

Configuration variables:

  • username (Required): The username for which you want to get the statistics. This data is open, so you can get data for any user.

Donation

Donate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages