kylepyke
kylepyke
I second this. Not sure if it's possible but I'd love to have control over which rows are omitted from the more info card. Currently, the title, icon, and toggle...
Having the same issue as everyone else in this thread. Seems the camera can stream once after reboot (I've noticed a stutter when the streamfirst starts to play). On stop,...
Hey @twrecked, thanks for all of your work on this, it's amazing! Are there any updates on Arlo functionality for Home Assistant?
I'm also having this same issue. Would @dobest67 or @georgejung mind posting some details or resources about "sse to my config file"? I'm not familiar with SSE. Thanks!
Ah, got it! Thanks! The fix doesn't seem to work for me. Both mqtt and sse backends are broken for me, but sse seems to break more things than mqtt.
@puddly any development on this bug? I'm getting it for more than just Sengled bulbs, coupled with other errors: ``` Logger: homeassistant Source: /usr/src/homeassistant/homeassistant/runner.py:145 First occurred: 10:22:27 PM (41 occurrences)...
I'm getting a similar error. Looks like there are several ZHA bugs pertaining to TI ZNP chips.
Docker Compose: ```version: "3.9" services: frigate: container_name: frigate privileged: true # this may not be necessary for all setups restart: unless-stopped image: blakeblackshear/frigate:stable shm_size: "64mb" # update for your cameras...
Thanks so much for your work on this!!! I likely won't have time to fully test this until next week. No rush, just glad to hear this is in the...
Sorry! Here is my code: ``` type: entities entities: - type: custom:auto-entities show_empty: false card: type: entities filter: include: - domain: light exclude: - hidden_by: user - state: 'off' -...