Heiko Rothe

Results 75 comments of Heiko Rothe

To me this sounds like this would be better solved on the Home Assistant/OpenHAB side, as there you could use one of the many other presence detections to have a...

Out of interest, what would be the use case of disabling BLE scanning via a switch for you? And would you also need the `preserveState` state option so that the...

I see, that makes sense. Atm the switch does not exist for BLE since it doesn't really impact the environment in any way (unlike BT Classic), it's just passive scanning...

Should be possible and is a nice QoL change. I'm a bit perplex how the room-assistant companion entity name got there - the default names that are registered should just...

Alright, I'll investigate it. Thanks for letting me know. I spent a lot of time working on that feature, so there's a good chance that I just forgot about something...

Until the issue is fixed, I found that simply setting different `field_manager` values for these two resources seems to do the trick. Example: ```terraform resource "kubernetes_labels" "foobar" { # rest...

I think the SSH add-on available from the official add-on store also includes some Bluetooth tooling, could you try going into that and executing `hciconfig`? It would be really helpful...

Your latest commit (version 0.0.8) makes my Node application crash on the second read of a device. 0.0.7 works fine. Since it doesn't give me an error at all I...

In case you found yourself in this thread from Google, we have built Spring Cloud Stream binders for SQS and SNS. You can find them over here: - [idealo/spring-cloud-stream-binder-sqs](https://github.com/idealo/spring-cloud-stream-binder-sqs) -...

@kuznetsov17 would you be up for contributing your changes back in the form of a pull request?