Return all installed apps in the `update` method if `get_running_apps` is False
Opened this issue · 1 comments
JeffLIrion commented
Also, the get_properties
method should have a get_installed_apps
(default: False
) parameter so that when an HA user calls GET_PROPERTIES
, the list of installed apps gets updated.
CloCkWeRX commented
Presumably, you mean
Do you have advice as to what a test case might look like for this or a similar starting point?