20 Commits

Author SHA1 Message Date
Franck Nijhof
ad2af0a875
Replace Camera STREAM_TYPE_ constants with StreamType enum 2022-04-11 19:54:03 +02:00
Franck Nijhof
280d357252
Add EntityFeature enum to Camera (#1266) 2022-04-01 09:40:08 -07:00
Franck Nijhof
021d0548c9
Allow binary sensor state to be None (#1192)
* Allow binary sensor state to be None

* Allow toggles (switches) state to be None

* Fix binary sensor table columns

* Update docs/core/entity/light.md

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-02-04 11:57:35 +01:00
J. Nick Koston
277f215beb
Update docs/core/entity/camera.md 2021-12-31 14:37:04 -10:00
Allen Porter
f98ef0dd14 Clarify unsub call instructions 2021-12-31 14:00:23 -08:00
Allen Porter
bf4fc2d881 Add an example of calling the camera registry for rtsp to webrtc 2021-12-31 13:58:56 -08:00
Allen Porter
b2dbee028c Update developer docs to mention RTSP to WebRTC 2021-12-31 13:08:21 -08:00
Allen Porter
dae81bc86f
Update text wrapping on camera.md (#1142) 2021-11-25 00:02:01 +01:00
Allen Porter
49adcc3db5 Remove unnecessary and duplicate text 2021-10-22 10:09:06 -07:00
Allen Porter
c18b4717ad Merge branch 'camera-stream' of github.com:allenporter/developers.home-assistant into camera-stream 2021-10-21 20:20:05 -07:00
Allen Porter
e0705c604d Address pr review feedback 2021-10-21 20:08:18 -07:00
Allen Porter
ff1849f983
Update docs/core/entity/camera.md
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com>
2021-10-19 20:36:20 -07:00
Allen Porter
cad34a6393
Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-18 19:01:22 -07:00
Allen Porter
ed5389cbf3 Improve stream source documentation 2021-10-17 12:03:33 -07:00
Allen Porter
64ecbc2bc8 Fix image example to use width and height 2021-10-17 11:56:59 -07:00
Allen Porter
bb090688ea Simplify documentaiton wording 2021-10-17 11:52:22 -07:00
Allen Porter
d91a531108 Update camera documentation for WebRTC
Add camera documentation for WebRTC support, and improve documentation for streams generally.
2021-10-17 11:44:50 -07:00
J. Nick Koston
d59c974151
Adjust camera docs to provide clarity on how to handle aspect ratios (#1037)
* Adjust camera docs to provide clarity on how to handle aspect ratios

- When working on home-assistant/frontend#9690 with `bramkragten`, we discovered
  we need a minimum width and height to ensure the frontend images remain crisp and
  the docs were not clear on what do to when aspect ratios were not the same.

* Update docs/core/entity/camera.md

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-08-23 10:36:26 -07:00
J. Nick Koston
a12ebaff50
Fix typo in camera docs (#1034) 2021-08-22 20:53:39 +01:00
J. Nick Koston
a9bb9a4fe9
Add camera entity docs (#1020) 2021-08-11 14:56:47 -05:00