Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 659 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 659 Bytes

hacs_badge

Home Assistant - Basic Sensor

A basic home-assistant integration providing a single sensor that auto increments its value.

The main purpose of this repository is being a template for developers.

Installation

Manually add this repository by using the "three-dots-menu" at the top right in HACS.

Configuration

Add the following snippet to your configuration.yaml

sensor:
    - platform: kartax_basic_sensor
      name: test
      icon: mdi:emoticon-cool
      unit_of_measurement: $

Screenshot

Screenshot