Aaron Bach
Aaron Bach
I'm struggling to understand the value of this. How do we know that all users want to show the rotating pickup in the calendar title name? What if, say, some...
> Do you think it would better to reshape this as a user-selectable dropdown with options of what could be placed in the title? I’m not sure how common it...
(Converastion that @thomaskistler mentions is [here](https://github.com/bachya/aioambient/pull/376#issuecomment-1834989477).) I agree. Different onboarding, different transport, different data, etc. all lead me to think that including everything in one integration is unwieldy. I went...
To confirm, are you pasting _just_ the code (represented as `XXXXXXXXXXXXXXXXXXXX` in your example) into HASS?
Set up debug-level logs: ```yaml logger: default: info logs: homeassistant.components.simplisafe: debug simplipy: debug ``` ...and try again. Assuming it fails once more, paste back any `homeassistant.components.simplisafe` and `simplipy` logs (taking...
Glad you got it working. I just tried via the integration (without using `simplipy`'s `auth` script) and it worked fine, so I'm not sure what's going on—both routes use the...
> This latest commit contains a reauth flow I've been working. It also contains a bunch of debug statements which I added to help another user setup this integration (it's...
> What are the test coverage targets for files other than `config_flow.py` ? Depends on your objective. Config flow tests are required; (almost) everything else is discretionary. More info: https://developers.home-assistant.io/docs/integration_quality_scale_index?_highlight=coverage#gold-
I've reviewed what I can and think this is shaping up nicely, but given its size, I will ask for additional review. A reminder that with new integrations, you'll generally...
I don't know, unfortunately. I'm currently busy at a new job, so I'm not as focused in HASS for the time being. I recommend you go to [Discord](https://www.home-assistant.io/join-chat/), go to...