Aaron Godfrey

Results 18 comments of Aaron Godfrey

I use this service call to start the grabber in home assistant with the [androidtv integration](https://www.home-assistant.io/integrations/androidtv/) on my Nvidia shield pro: ```yaml service: androidtv.adb_command data: command: "am start com.abrenoch.hyperiongrabber/com.abrenoch.hyperiongrabber.common.BootActivity" ```...

@kaizersoje Custom projects are projects you can create *in addition to* projects configured in todoist. By default all of your todoist projects will be imported in addition to any custom...

@kaizersoje That sounds like a reasonable request.

This also popped up when I changed line 111 above to catch the KeyError and return False. It just bubbled up in the device_state_attributes propery. ``` Logger: homeassistant.helpers.entity Source: custom_components/steam_wishlist/entities.py:148...

I'm not sure what the API would look like, but I also have a situation where having access to the response headers would be useful. In my case I want...

> @boralyl Hey, if you want to get the total number of issues and pull requests in a repository, you can get it in one call to `GET /repos/:owner/:repo` endpoint...

I've tried to do my best to update both this repository and the blog post(s) as things change. There are definitely some best practices that are new that I haven't...

> * `PLATFORM_SCHEMA` seems not importable for me from anywhere I don't have much information to go on about your setup but it's imported here in the diff: https://github.com/boralyl/github-custom-component-tutorial/compare/feature/bare-repo...feature/part1?expand=1#diff-255aba5fb48c0aa31b860458cce10c3034d30602391ff77dbe42d0529322b6afR13

What's the `data` attribute of your sensor in the devloper tools on the states tab?

It would be under the `Attributes` column (you should see a big json blob): ![image](https://user-images.githubusercontent.com/109865/166181658-ce480a42-518b-46c2-9c00-372d5b6903aa.png)