| 3 Apr 2025 |
continous | Yeah my usecase is identical. I want to playback music on my phone, have synced playlists, and not have to worry about whatever licensing terms the relevant music service might have. To say nothing of how some tracks do get edited or taken down after the fact. See Black Eyed Pea's Get it Started. | 22:39:54 |
| 4 Apr 2025 |
dotlambda | So I think HA requires hassil==2.2.3 but it also requires home-assistant-intents==2025.3.28, which it turn implicitly requires hassil==3.0.0 | 04:19:06 |
dotlambda | Does anyone use the conversation component? I seriously have no idea how I could fix this | 04:22:22 |
dotlambda | I guess we can disable the intents package's tests | 04:31:36 |
K900 | What the hell does it mean when z2m shows "availability: offline" in blinking red text | 12:01:13 |
K900 | But the device works normally | 12:01:18 |
| @memyk:matrix.org left the room. | 14:57:22 |
| @qbit:tapenet.org left the room. | 16:12:55 |
| 5 Apr 2025 |
@hexa:lossy.network |  Download image.png | 04:06:15 |
@hexa:lossy.network | the home assistant voice pe update experience is super nice | 04:06:30 |
| @tinybronca:sibnsk.net left the room. | 15:39:55 |
| 6 Apr 2025 |
| Lucy changed their profile picture. | 13:00:08 |
continous | So, I'm gonna be honest here, I don't quite understand why I was told to open an issue for tags to be added upstream for decora-wifi, and they just submitted an update that adds them. Are we hoping to pull the source from github? | 13:50:05 |
@hexa:lossy.network | yes, we are | 13:50:24 |
continous | Alright, I'll get to updating. Should be one commit then, yeah? | 13:50:46 |
@hexa:lossy.network | yup | 13:50:52 |
@hexa:lossy.network | tags are great, because we can autodetect new ones | 13:51:04 |
continous | I figured now that I'm kind of looking everything over. | 13:51:16 |
@hexa:lossy.network | * tags are great, because we can autodetect new ones and create automated updates | 13:51:38 |
continous | Honestly, I only packaged this so I can use Decora products on HASS, and wanted to contribute. Everyone has been so kind and helpful. 10/10 would contribute again. | 13:51:50 |
@hexa:lossy.network | so your package says | 13:52:17 |
@hexa:lossy.network | # No tests in Pypi source
doCheck = false;
| 13:52:23 |
@hexa:lossy.network | and we very much like to run the tests, since python generally just breaks at runtime | 13:52:40 |
@hexa:lossy.network | * # No tests in Pypi source
doCheck = false;
| 13:52:44 |
@hexa:lossy.network | hm, looks like it does not have an actual test suite | 13:53:37 |
@hexa:lossy.network | I guess you can just call python cli-test.py in `checkPhase | 13:53:59 |
@hexa:lossy.network | checkPhase = ''
runHook preCheck
python cli-test.py
runHook postCheck
'';
| 13:54:21 |
@hexa:lossy.network | https://github.com/tlyakhov/python-decora_wifi/blob/master/cli-test.py | 13:54:24 |
K900 | Pretty sure that "test" is more of a test tool | 13:55:12 |
K900 | Not an actual unit test | 13:55:15 |