Elahd Bar-Shai

Results 85 comments of Elahd Bar-Shai

@davidmerrique I was working off of the existing styles, but more options can't hurt! I added support for configurable padding to the same PR. Use the updated layout-card.js [here](https://github.com/thomasloven/lovelace-layout-card/blob/ec107531a2095d0e53e356b40954f14284a037cc/layout-card.js). You...

@robertomano24's solution works for me. Thanks! @Xitro01: This should have been installed by HACS with the Circadian Lighting add-in. timezonefinder is listed as a dependency in [manifest.json](https://github.com/claytonjn/hass-circadian_lighting/blob/master/custom_components/circadian_lighting/manifest.json). Try this: remove...

Thanks, all, for putting the time into this. I'm going to work on packaging this into something more universal / distributable.

v3.0.3 fixes the alarm status issue. Can you try that?

Test out v3.0.4-beta.1. WebSockets work more reliably now (on my account, at least). If you're still running into trouble, go into the integration's settings page and set a low poll...

Use v3.0.4-beta.2. There's a bug in beta.1 that ignores user-entered polling intervals.

@jprasm / @sspaul1976: Can you post details about the delays you posted about in #289? There are delays that are inherent to Alarm.com's infrastructure, so I want to confirm whether...

@catellie - The debug logs _are_ verbose. It's a pain to look through. Sorry about that! - State 3 is arm away. - You are missing one key message between...

@catellie I added trace logging to the master branch. If you install master via HACS, you'll see additional logs. Included are: 1. Logs when the integration registers an update listener...

Thanks, that's really helpful. Now I need to figure out why external update callbacks wouldn't register. Registration happens [when the device is added to hass](https://developers.home-assistant.io/docs/core/entity/#async_added_to_hass), either after integration config or...