nick g

Results 43 comments of nick g

New idea to add @alias1: Integration with [Fara](http://www.faranow.com/), for tracking packages. I've yet to find a comparable service in terms of features, and certainly nothing on the open source side...

a workaround shared by @petrklic in Discord: set_favorite_pokemon, it seems this workaround works: `set_favorite_pokemon(pokemon_id=p_id if p_id < 2**63 else p_id-2**64, is_favorite=favorite)`

Could you elaborate? in code, the state should always be represented as Boolean values for binary sensors when reporting the state. When displayed in the UI, it is based on...

downstream consumers can apply the workaround proposed in a method similar to https://github.com/snicker/zwift_hass/pull/38

not sure if @jsmits is still maintaining this library but the best solution is going to require regenerating the pb2 file with a new version of protoc, bumping the release,...

if this data is not available as attributes on the `binary_sensor.zwift_online_xxxxxx` sensor, it's not possible to gather via the API. I will check on my next workout.

The correct way to go about this is to run a separate app that simply reads from the database, monitors for new rows, and sends an alert accordingly.

Hey all, Sorry it's taken a while to review this but I have a few issues with the way this is currently set up. 1. This V2 API support should...

Hey @0n3man, I understand your frustration. You're welcome to continue running this code on your own installation and others can even do the same by cloning this pull request into...