Dermot Duffy
78e4eedf85
fix: Zoom/pan support for WebRTC Card ( #1624 )
2024-10-07 07:31:56 -07:00
Dermot Duffy
323d1ff7c4
fix: Treat a un/selection of grid items as selected for auto media actions ( #1623 )
...
This is a slight behavioral change vs earlier v6 betas, but makes the media actions less surprising. This also allows for automated unmuting in a grid when a camera is selected, without having _every_ camera automatically unmuted.
2024-10-06 16:32:16 -07:00
Dermot Duffy
e75afbca2b
docs: Add examples of entity-less cameras ( #1615 )
2024-10-04 18:21:56 -07:00
Felipe Santos and Dermot Duffy
9098eb3483
feat: Rework casting profile and documentation ( #1602 )
...
* feat: Rework casting profile and documentation
* Apply suggestions from code review
Co-authored-by: Dermot Duffy <dermot.duffy@gmail.com >
* Some other minor details
* Update docs/usage/casting.md
Co-authored-by: Dermot Duffy <dermot.duffy@gmail.com >
* Improve const.ts
* Some other small changes
* Update docs/usage/casting.md
Co-authored-by: Dermot Duffy <dermot.duffy@gmail.com >
---------
Co-authored-by: Dermot Duffy <dermot.duffy@gmail.com >
2024-10-02 19:45:16 -07:00
Dermot Duffy
47d9e39c62
docs: Add information on the new release philosophy ( #1592 )
2024-09-28 14:43:15 -07:00
Dermot Duffy
8c5aebef03
fix: Don't hide menu in casting profile ( #1590 )
2024-09-27 18:52:16 -07:00
Dermot Duffy
1e0a990855
feat: Add new casting profile ( #1575 )
...
* feat: Add new `casting` profile
* Set some additional flags for casting
2024-09-23 20:24:35 -07:00
Dermot Duffy
c225a9aeab
fix: Configured PTZ actions should overrule auto-detected actions (not merge with them) ( #1558 )
...
* fix: Configured PTZ actions should overrule auto-detected actions (not merge with them)
* Don't populate capabilities unless there is some basis
2024-09-21 18:32:40 -07:00
Dermot Duffy
b46ea36265
feat: Add loading spinner on card initialization ( #1549 )
...
* feat: Add loading spinner on card initialization
* Minor doc fix.
2024-09-20 19:39:17 -07:00
Felipe Santos
af4666e023
feat: Add microphone_connect action ( #1537 )
2024-09-15 20:17:48 -07:00
shbatm
cccd8552f8
(docs)Fix Typo in Profiles Configuration page ( #1535 )
2024-09-15 17:49:36 -07:00
Dermot Duffy
f924537025
fix: Replace max_height with height ( #1539 )
...
* fix: Replace `max_height` with `height`
BREAKING CHANGE: This entirely removes `min_height`, and replaces `max_height` with `height`. The behavior is obviously not exactly the same, but the prior behavior did not actually work correctly. CSS does not limit the height of child elements that are `100%` of their parents height if the parent does not have an explicit height set (this caused spillage over the set max height). As such, it's simpler to just allow the user to set the actual height of the card should they need to do so, with a (hopefully) minor loss of flexibility.
* Test fixes
2024-09-15 17:29:05 -07:00
Felipe Santos
e13e53b430
feat: Add microphone_disconnect action ( #1536 )
2024-09-15 15:44:40 -07:00
Dermot Duffy
6c2116d278
fix(docs): Fix typo in override documentation
2024-09-14 12:57:45 -07:00
Dermot Duffy
a0283c35c1
Add support for perform-action calls.
2024-09-09 22:05:49 -07:00
Dermot Duffy
041656317a
Add support for arbitrary image entities
2024-09-08 16:48:26 -07:00
Dermot Duffy
51dd8aa1be
Remove dev warnings from docs .
2024-09-07 16:40:04 -07:00
Dermot Duffy
9141cec0fe
Add status bar screenshot
2024-09-07 16:16:13 -07:00
Dermot Duffy
0403441e07
Add max_simultaneous_engine_requests parameter
2024-08-26 19:57:55 -07:00
Dermot Duffy
e503f0e429
Initial version of status bar.
2024-08-16 20:08:21 -07:00
Dermot Duffy
ef7b4b0ddf
Formatting pass.
2024-07-30 02:23:51 -07:00
Dermot Duffy
8823e769a2
Remove unnecessary sentence.
2024-07-30 02:22:50 -07:00
Dermot Duffy
67c90aa577
Minor docs example updates.
2024-07-30 02:17:47 -07:00
Dermot Duffy
f2ca80821e
Update docs.
2024-07-29 10:09:44 -07:00
Dermot Duffy
afb9af5eb4
Rename several view variables for clarity.
2024-06-11 19:48:39 -07:00
Dermot Duffy
f193f9925f
Add update trigger action.
2024-06-11 19:48:39 -07:00
Felipe Santos
91b0909614
Fix some broken formatting in the docs
2024-06-10 00:49:57 -03:00
Felipe Santos
fccb4c9afd
Bump prettier to v3 and format all files
2024-06-10 00:29:50 -03:00
Dermot Duffy
fca040c13d
Convert docs dependencies to be locally served.
2024-06-06 20:53:44 -07:00
Dermot Duffy
7ab545738d
Add initial keyboard shortcut support.
2024-06-05 21:44:17 -07:00
Dermot Duffy
9acb99a0b9
Add Google Analytics to docs.
2024-04-30 22:59:48 -07:00
Dermot Duffy
dc9ea6d93f
Merge pull request #1448 from dermotduffy/predefined-zoom
...
Add support for pre-defined zoom/pan settings per camera
2024-04-27 20:23:42 -07:00
Dermot Duffy
b70e3157d6
Add example to documentation.
2024-04-27 19:56:50 -07:00
Dermot Duffy
7917e5c537
Add support for pre-defined zoom/pan settings.
2024-04-27 14:55:38 -07:00
Dermot Duffy
f96a1229be
Create CNAME
2024-04-24 22:00:23 -07:00
Dermot Duffy
c7c85d188d
Add support for precise layout cropping options.
2024-04-15 16:10:09 -07:00
Dermot Duffy
323925101d
Add support for more advanced forms of overriding
2024-04-13 18:23:11 -07:00
Dermot Duffy
6a55e2d54c
Improve favicon constrast.
2024-04-07 21:38:00 -07:00
Dermot Duffy
0b09bd6c3f
Add documentation favicon.
2024-04-01 23:07:50 -07:00
Dermot Duffy
71eac1b4d9
Add the word 'DEV' to the coverpage for now.
2024-04-01 22:12:32 -07:00
Dermot Duffy
955bcb3a9a
Complete documentation overhaul.
2024-04-01 21:09:20 -07:00