Scott Giminiani
Scott Giminiani
Still a problem.
Still a problem.
Not sure if it's related since I don't see "level" mentioned here anywhere, but I have a `battery_level` sensor which doesn't have a `device_class` attribute. Only `icon` and `friendly_name`. What's...
Ok so I removed the integration and re-added it. Then opened the app on the iPhone and all the sensors came back, but the error is still there. Looking at...
Still relevant.
Still relevant.
I see we're a little short on coverage. The missing coverage is mostly various one-line filler code or constructors. Is this a hard requirement? Regardless, I'll try to spend some...
Unfortunately it looks like I might not be able to implement OAuth at all since [Trello only supports OAuth 1.0](https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/#using-basic-oauth) and I think we only [support OAuth 2.0](https://developers.home-assistant.io/docs/config_entries_config_flow_handler/#configuration-via-oauth2). Can anyone...
Regarding Trello supporting OAuth2 - support got back to me: > [engineering does] have a project to make the Trello API support OAuth 2.0, it hasn't been scheduled yet, so...
Before merging `dev` there was the following failure: ``` tests/components/recorder/test_purge_v32_schema.py::test_purge_method[False] - assert 8 == 7 + where 8 = () + where = .count ``` Doesn't look related to my...