Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Custom Widget Example (Table with Custom Subscription)

You can find the code base here.

This widget shows the temperature key for all active devices:

general-view.png

For this task, it uses the custom subscription feature. In general, it allows you to obtain data based on your custom rules, which is not possible with the default functionality. You can read more about it in the documentation.

If you are looking for instructions on creating a custom widget, you should read the README file in the example-table directory.