issues
search
zacs
/
ha-gtfs-rt
Real-time transit information for Home Assistant
MIT License
68
stars
30
forks
source link
Remove unused protobuf dependency
#4
Closed
KapJI
closed
3 years ago
KapJI
commented
3 years ago
This integration doesn't use protobuf directly and
gtfs-realtime-bindings
already depends on it.
Having it causes compatibility issues with other custom integrations because Protobuf 3.6.1 is quite old:
https://github.com/leikoilja/ha-google-home/issues/290
Requirements should be only specified in
manifest.json
in modern HA versions.
gtfs-realtime-bindings
already depends on it.manifest.json
in modern HA versions.