Tiago Freire

Results 18 issues of Tiago Freire

Adding support later on for HACS.

See the Rules over here: https://github.com/custom-components/information Thanks!

The dB scale has a relation between steps (000 to 185), as: dB(STEP) = 0.5 * STEP - 80.5 [dB] or STEP(dB) = 2 * dB + 161 [steps] I'm...

Like the subject says, it can be preferable sometimes to make this an alternative option instead of a permanent one. Thanks in advance.

Hi. I'm trying this custom component on HA 0.105.3 with this config: ```yaml camera: - platform: xmeye name: 'DG-XME' host: '192.168.10.200' port: '34567' username: 'admin_username_redacted' password: 'admin_password_redacted' ``` No errors...

Hi. Would be awesome to command the camera for specific point of view, correlated with HA automations. Such as, a specific door opens and the camera points to there. @felixsteghofer...

Hi. I'm compiling this code for the Wemos D1 mini and results on this error. But compiles fine to the ESP32 Wrover. Am I missing something? Thanks.