Hermann

Results 7 comments of Hermann

Hey, sorry for the late response. What I usually use are simply [template switches](https://www.home-assistant.io/integrations/switch.template/). You can design them to trigger switches, scenes, automations etc. I guess it will still be...

Hi @fixxolas , can you please follow point 1 in the [instructions](https://github.com/hermannsblum/kindle_infoscreen#how-to) to generate an access token and then replace `"mysecrettoken"` with the token in the config file? I guess...

This seems the right place to ask: How can I download a file? Unfortunately, just adding the `supportsTeamDrives` flag does not help... ``` downloaded = drive.CreateFile({'id': file_id, 'supportsTeamDrives': True}) print('Downloaded...

Nope, just tested, that fix does not work: ``` python3.6/site-packages/google_images_download/google_images_download.py in _get_image_objects(self, s) 756 object_raw = str(s[start_object:end_object]) 757 object_decode = bytes(object_raw, "utf-8").decode("unicode_escape") --> 758 image_objects = json.loads(object_decode)[31][0][12][2] 759 image_objects =...

of course, no need to rush SQLite.swift is working perfectly and will keep me busy for some days to play around and learn a little bit of Swift, don't worry...

The cause of the bug turns out to be passing a `Sequence` instead of a `FeaturesDict` as the top level feature to `DatasetInfo`. Therefore: - if features should always be...