Jason Cheatham

Results 182 comments of Jason Cheatham

Note that the example uses a separate tsconfig.json for the tests. That config includes the following `types` directive: ```js "types": ["intern"] ``` This has the same effect as `import intern...

Could you post a sample project somewhere? The example itself builds properly whether or not declarations are enabled in "tests/tsconfig.json", and I'd like to look into your specific situation in...

I definitely appreciate the information. This just seems more like an issue with a specific use case than a problem with the example. There wouldn't really be any benefit to...

It's been a while -- did you ever make any progress here?

I’m closing this since there hasn’t been an update in a while. Feel free to re-open if there’s still an issue.

> if I use the call service with data, the light won't turn on (but will have the right color when next turned on). I have to send an additional...

Thanks for the logs! Interesting... I'd guess some lights weren't turning on with 0.9.8 because they weren't being sent an explicit `on` command. Some lights will turn on with just...

The issue there happened when I refactored the light entity to use the `color_modes` property when deciding how to handle light properties passed to the `turn_on` on command. The entity...

It seems like your lights may require an `on` command even when `setLevel` is called. Apparently Sengled bulbs can be a bit flakey about turning on when just the level...

I think the integration would need more work to handle pre-staging well. Presumably it would want to wait for acknowledgement that the initial commands had completed before sending an on...