Aaron Godfrey

Results 18 comments of Aaron Godfrey

@Arnaud-Albrecht Based on what data is shown there, it does seem like the issue might be with the plex component. You can see the only attribute you have is `friendly_name`,...

2019 Nvidia Shield Pro ``` $ getprop ro.product.manufacturer && getprop ro.product.model && getprop ro.serialno && getprop ro.build.version.release NVIDIA SHIELD Android TV 1320722089217 11 ```

@cedigang I took a look at this and was unable to reproduce using a simple example. ```yaml action: todoist.new_task data: project: test content: content section: One ``` The above action...

@quirbiefe Thanks for that hint! You are right, the [integration keeps a cache of projects](https://github.com/home-assistant/core/blob/dev/homeassistant/components/todoist/coordinator.py#L46-L50) that looks like are only initialized when setting up the integration. That would explain why...

@FuturamaPhill Currently the component doesn't know what the currency is, it's simply stored as floats like the following (you can view this in HA's developer tools if you search for...

Oh! That makes sense, yeah this integration just gets the data, it doesn't display it at all. That's handled by a separate card.

I would check your logs when you try to re-add the integration and receive the "Unknown error occurred.". That will help narrow down the cause. For what it's worth I...

I am unfortunately still unable to reproduce this. It looks like the api request is timing out. While I don't think this will resolve the issue, I did open a...