Timmiej93

Results 6 issues of Timmiej93

I want to display the state of my containers (update available / not available) in HomeAssistant. Currently, diun only provides a notification for when an update is required. When the...

kind/enhancement

### Current Behavior A link call outside a subflow works as expected. Placing that same link call inside a subflow makes it time out and not do anything. See example...

enhancement
runtime
fixed

When I do a hard refresh (CTRL+SHIFT+F5) of **any** page in the sidebar other than the main overview page, or go there through a direct link, the custom sidebar order...

The HA UI offers some nice ordering options for integrations, where things can be an entry, device and entity. It seems like currently we can only add entries to this...

enhancement
help wanted

I'd like to be able to pick a point in a song / podcast that I want the media player to start at, instead of starting at 0:00. This would...

bug

Tiny issue in the subscribe function, I won't bother making a PR for it. [Line 145](https://github.com/mawalu/node-homeassistant/blob/af8408a905c6a6e4af19a0a548c1b579041b4271/index.js#L145) is ```if(options.event) data.event_type = event``` and should be ```if(options.event) data.event_type = options.event``` When I...