🛠️Development
For simple tasks, use the bash module, but for more advanced control or monitoring, you can create custom modules to expose any sensor.
How to start
class Addon():
"""Addon module"""
def __init__(self, lnxlink):
"""Setup addon"""
self.name = "New Module"Get Sensor information
def get_info(self):
"""Gather information from the system"""
return {
"status": 5
}Control System
Expose Sensors and Controls
type
value_template
attributes_template
icon
unit
device_class
state_class
entity_category
enabled
entity_picture
title
expire_after
install
Last updated