Marcelo Mello

Results 7 issues of Marcelo Mello

Fix test_sound method to support playing chimes from motion and ding https://github.com/tchellomello/python-ring-doorbell/blob/master/ring_doorbell/__init__.py#L391-L396

bug
enhancement
help-wanted

**DON"T MERGE YET** Introduces support to the Amcrest GPS Tracker https://amcrestgpstracker.com **WIP** ```python import asyncio from gpscrest.core import GPSCrest loop = asyncio.get_event_loop() gps = GPSCrest('username', 'password', lazy=False) loop.run_until_complete(gps.run()) gps gps.devices...

Arlo Q cameras does not require a base station. We will need to treat this situation and if possible get the same attributes for Arlo Q cameras too

bug
help wanted

Guys, how about if we create a method to check or be notified when a motion sensor occurs? ```python camera.is_motion True ``` @viswa-swami do you think is possible to do...

enhancement
help wanted
need_info

By default, whenever using Keycloak with a custom SSL certificate, the method `getOidcConfig` will fail due to not trusting in the custom CA. This option allows the user to skip...

I would be great to see the `iexec` plugin working with [Teleport](https://goteleport.com/). Whenever trying to connect proxied via Teleport, it does not move along. ``` ❯ kubectl iexec --insecure-skip-tls-verify --log-level...

### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx-operator/issues) for duplicates. - [X] I understand...

needs_triage
community