Arnau Mora

Results 131 comments of Arnau Mora

Well, maybe @Drakulix can help sticking the code from [Drakulix/googlehome](https://github.com/Drakulix/googlehome) to this repo, so we have the same features. Also the guys at [ludeeus](https://github.com/ludeeus/googledevices) can help on creating a common...

> Currently we store username, password, master_token and android_id in the integration instance. And what about just storing `master_token` and `android_id`, for example? And just if the integration detects that...

I believe this should be a feature to be added to `glocaltokens`, but correct me if I'm wrong. The devices get fetched in `glocaltokens/client.py`, in the function [`get_google_devices`](https://github.com/leikoilja/glocaltokens/blob/be31863b5541dc1612d8a81553d2cae9c65e3337/glocaltokens/client.py#L334), which gets...

This makes completely sense. Should be an easy fix. Right now I'm quite busy on other things. But I may have some time to take a look at this.

Found out that the "issue" comes from [sensor.py L184](https://github.com/leikoilja/ha-google-home/blob/master/custom_components/google_home/sensor.py#L184). We should pick a different value from [home-assistant:core/const.py](https://github.com/home-assistant/core/blob/dev/homeassistant/const.py#L251). I can't find an accurate option, so I'd create a new one called...

> > > Having state for something else than `unavailable`, `unknown` or actual timestamp will cause state will be rendered incorrectly in the UI because of timestamp device class we're...

> but do we have a way to tweak device volume like playback volume? 🤔 Yeah, it's done through Eureka, not tested, but seems like the correct approach, take a...

The alarm volume attribute has been added to the `GoogleHomeAlarmsSensor`'s attributes list in 31d6c29, see #250. Main volume still has to be implemented, but I don't find it correct to...

Any updates? I'm still having this issue. Found this at Android Docs: https://developer.android.com/about/versions/oreo/android-8.0-changes.html#back-all, and this Stackoverflow post https://stackoverflow.com/a/47654126/5717211. But obviously, this would mean a change at the repo, found the...

What are you exactly trying to do? Can you add a bit of information about the functionality?