python-kasa/kasa/smart/modules
Teemu R b860c32d5f
Implement feature categories (#846)
Initial implementation for feature categories to help downstreams and
our cli tool to categorize the data for more user-friendly manner. As
more and more information is being exposed through the generic features
interface, it is necessary to give some hints to downstreams about how
might want to present the information to users.

This is not a 1:1 mapping to the homeassistant's mental model, and it
will be necessary to fine-tune homeassistant-specific parameters by
other means to polish the presentation.
2024-04-23 19:20:12 +02:00
..
__init__.py Add temperature control module for smart (#848) 2024-04-22 12:39:07 +01:00
alarmmodule.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
autooffmodule.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
battery.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
brightness.py Implement feature categories (#846) 2024-04-23 19:20:12 +02:00
childdevicemodule.py Revise device initialization and subsequent updates (#807) 2024-03-15 17:18:13 +01:00
cloudmodule.py Better firmware module support for devices not connected to the internet (#854) 2024-04-23 13:56:32 +02:00
colormodule.py Add ColorModule for smart devices (#840) 2024-04-20 17:18:35 +02:00
colortemp.py Implement feature categories (#846) 2024-04-23 19:20:12 +02:00
devicemodule.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
energymodule.py Add support for feature units (#843) 2024-04-22 10:25:30 +01:00
fanmodule.py Implement feature categories (#846) 2024-04-23 19:20:12 +02:00
firmware.py Better firmware module support for devices not connected to the internet (#854) 2024-04-23 13:56:32 +02:00
humidity.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
ledmodule.py Implement feature categories (#846) 2024-04-23 19:20:12 +02:00
lighttransitionmodule.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
reportmodule.py Implement feature categories (#846) 2024-04-23 19:20:12 +02:00
temperature.py Add support for KH100 hub (#847) 2024-04-22 16:24:15 +02:00
temperaturecontrol.py Add support for KH100 hub (#847) 2024-04-22 16:24:15 +02:00
timemodule.py Implement feature categories (#846) 2024-04-23 19:20:12 +02:00