Sebastian
Sebastian
Hello everyone, I just found this ticket by chance. I started building a very minimalistic plugin myself, because I hadn't found one yet and would also like to deploy my...
> As soon as I have something that works, I'll be happy to get back to you here. But as I said, it will be very minimalistic, so please don't...
Probably this one? https://github.com/postlund/pyatv/issues/2645
:tada: This PR is included in version 9.0.0-develop.1 :tada: The release is available on: - [npm package (@next dist-tag)](https://www.npmjs.com/package/@sebbo2002/node-pyatv/v/9.0.0-develop.1) - [GitHub release](https://github.com/sebbo2002/node-pyatv/releases/tag/v9.0.0-develop.1) - `v9.0.0-develop.1` Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
:tada: This PR is included in version 9.0.0 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/@sebbo2002/node-pyatv/v/9.0.0) - [GitHub release](https://github.com/sebbo2002/node-pyatv/releases/tag/v9.0.0) - `v9.0.0` Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
[`id` is already implemented](https://github.com/sebbo2002/node-pyatv/blob/develop/src/lib/tools.ts#L226), just pass it instead of `host` / `hosts`. Let me know if you need any help implementing it or I've missed something. ☺️
Ah, I see. Yes, in `NodePyATVDevice` the `host` is mandatory currently. `get name()` also returns a `string`, so changing this would be a breaking change. Have you tried setting `host`...
Sorry, I meant `get host()` of course. To be honest, I'm not sure whether it would make sense to implement it the way you proposed. If you then set `hosts`...
If there is no urgent need here, I would release this feature at the end of April, when support for node.js v18 is discontinued as well. Then it will only...
Waiting for new pyatv release to get tests through… https://github.com/postlund/pyatv/issues/2645