tkdrob
2d5f5bfa9f
Add targets and selectors for services (P-R) ( #50628 )
2021-05-14 22:07:17 -07:00
Franck Nijhof
055cdc64c0
Add support for IoT class in manifest ( #46935 )
2021-04-15 10:21:38 +02:00
Erik Montnemery
14ff6d4d1f
Update integrations p-s to override extra_state_attributes() ( #47759 )
2021-03-11 21:23:20 +01:00
Franck Nijhof
800cf6c8c0
Revert "Support selecting http vs https protocols for qvrpro ( #38951 )" ( #39385 )
...
This reverts commit 526c418e1e
.
2020-08-29 17:45:54 -05:00
Bill (William) O'Neill
526c418e1e
Support selecting http vs https protocols for qvrpro ( #38951 )
...
* Support selecting http vs https protocols for qvrpro
* Make protocol selection limited to http or https
2020-08-27 22:22:28 -05:00
Matt Snyder
c25cf82668
Allow QVR Pro port to be optional on config ( #33901 )
...
* Add default port to config to prevent None being passed to library
* Default port constant
2020-04-12 17:51:57 +02:00
Matt Snyder
8b5ab3221f
Handle QVR Pro dropping connection ( #33591 )
...
* Handle QVR Pro dropping connection
* Update homeassistant/components/qvr_pro/camera.py
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* Update homeassistant/components/qvr_pro/manifest.json
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-04-07 16:19:31 -07:00
Franck Nijhof
24840b54ac
Add yamllint (in pre-commit and CI) ( #33676 )
...
* Add yamllint (in pre-commit and CI)
* Fix linting for all YAML files
* Bump and add it to requirements
* Fix gen_requirements for pre-commit, remove 'v' from version
2020-04-05 10:33:45 +02:00
Paulus Schoutsen
f1d3c0d19b
Remove unused manifest fields ( #33595 )
2020-04-03 12:58:19 -07:00
Matt Snyder
f0472f2dc2
Fix QVR Pro connection error and add port option ( #33070 )
...
* Allow port specification. Handle connection error gracefully.
* Allow port specification. Handle connection error gracefully.
* Alias exception. Requested changes.
2020-03-22 21:43:45 +01:00
Matt Snyder
ee7ce47860
Add QVR Pro integration ( #31173 )
...
* Initial working commit
* Create const file. Load camera from component.
* Handle failed authentication. Bump library version.
* Remove line break
* Camera attributes and recording services
* Add services, manifest, constant update, and exclude_channels. Prefix channel name. Update service argument.
* Update codeowners
* Update coveragerc
* Remove codeowners line
* Update codeowners again from python3 -m script.hassfest
* Update homeassistant/components/qvrpro/__init__.py
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>
* Requested changes
* Fix typo
* Update to use exception. Bump library version.
* Support stream component
* Update module header
* Missing property wrapper
* Partial requested changes
* Update coveragerc and codeowners
* Move constants to const file. Add SHORT_NAME
* Add conf variable
* Use camera domain
* More requested changes
* Requested changes
* Requested changes
* Update prefix
* Handle error condition when camera is not configured to support live streaming
* Move method to camera setup. Disable stream component support.
* Move auth string to library to prevent private member access
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>
2020-03-03 01:10:02 +01:00