Wagner Sartori Junior
Wagner Sartori Junior
> This is a great idea. We do not currently have an API to retrieve the IP data, so this may take a while, but seems well worth it. Stay...
This have to start with something. In my case, I'm only interested on synthetics.
@ctrombley this workaround works fine. I added a 10s sleep in between and it works flawless. For future reference if anyone face this problem: ```hcl resource "newrelic_synthetics_monitor" "ssl" { name...
I'm still having issues. The sleep 10 is not enough, and in my case, I got some synthetics that took 15 minutes to be able to have a GUID available.
There's another problem, not sure if you want another ticket for this. If the data name is a constant (in my case var.name), it will ALWAYS try to get on...
I manage to workaround this (once again), doing this: ```hcl data "null_data_source" "name" { inputs = { name = var.name } depends_on = [time_sleep.wait_10_seconds] } data "newrelic_entity" "[REDACTED]_endtoend" { name...
I wrote a bose soundtouch asyncio library a while ago, hoping to integrate it into homeassistant. For some reason this library was chosen in favor of mine. I think only...
I only wrote the library. Component will have to be coded. I think the multi room setup would have to be implemented anyway. I’m not sure if homeassistant would like...
I'm willing to update it. I think first step would be to write a HA module. After implement multi room/speaker support.
> @trunet I quickly went over your source code, it looks like you handle all sources the speaker handles, right ? > libsoundtouch only handles AUX and Bluetooth. yes, all...