Dermot Duffy
5481c5956c
feat: Show diagnostics in yaml instead of json ( #1550 )
...
* feat: Show diagnostics in YAML instead of JSON
* Adding missing semicolon
2024-09-21 12:54:38 -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
Dermot Duffy
650d99ec00
fix: Fix initialization race condition that occurs in certain circumstances ( #1545 )
...
* fix: Fix initialization race condition in certain circumstances
* Minor improvements and camera iris logo
2024-09-19 19:42:38 -07:00
Felipe Santos
af4666e023
feat: Add microphone_connect action ( #1537 )
2024-09-15 20:17:48 -07:00
Dermot Duffy
03ff02083d
fix: Show the menu even if the view is not yet initialized ( #1541 )
2024-09-15 19:52:23 -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
f944dee82c
ci: Add initial semantic-release configuration ( #1528 )
2024-09-14 15:47:42 -07:00
Dermot Duffy
a0283c35c1
Add support for perform-action calls.
2024-09-09 22:05:49 -07:00
Dermot Duffy
120eca1c78
Remove superfluous whitespace.
2024-09-08 16:52:36 -07:00
Dermot Duffy
041656317a
Add support for arbitrary image entities
2024-09-08 16:48:26 -07:00
Dermot Duffy
e233ac385f
Add French translations
2024-09-07 17:15:29 -07:00
Dermot Duffy
c7359188e7
Fix overlay z-index for menu .
2024-09-07 15:33:54 -07:00
Dermot Duffy
e0dda84295
Small formatting fix.
2024-09-07 15:07:57 -07:00
Dermot Duffy
1a0e219c61
Move automatic media actions out of carousels
2024-09-07 15:04:23 -07:00
Dermot Duffy
8344734e2b
Remove optimization that caused scrubbing misbehavior
2024-08-26 20:55:02 -07:00
Dermot Duffy
0403441e07
Add max_simultaneous_engine_requests parameter
2024-08-26 19:57:55 -07:00
Dermot Duffy
4712a320b8
Fix auto media action problem .
2024-08-26 16:36:44 -07:00
Dermot Duffy
91ffe0656b
Don't run automations prior to initialization .
2024-08-26 14:35:16 -07:00
Dermot Duffy
09a15ab785
Fix recording timezone issue.
2024-08-26 13:10:19 -07:00
Dermot Duffy
2412cc5ac8
Merge pull request #1503 from dermotduffy/adoption
...
Fix query adopt bug
2024-08-26 12:44:05 -07:00
Dermot Duffy
ca405e9e3e
Fix query adopt bug.
2024-08-26 12:40:29 -07:00
Dermot Duffy
429dd90972
Use custom websocket to avoid needing admin privileges.
2024-08-24 20:00:00 -07:00
Dermot Duffy
dc3ff62603
Formatting fixes.
2024-08-17 11:48:41 -07:00
Dermot Duffy
869c2f9049
Minor pointer fixes.
2024-08-17 11:40:33 -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
d171aac09b
Make description more intuitive.
2024-07-29 09:54:45 -07:00
Dermot Duffy
73e7e6cf0f
Bind to correct object.
2024-07-29 09:46:32 -07:00
Dermot Duffy
d5c4e56c45
Refactor views to support dynamic updates.
2024-07-26 19:15:38 -07:00
Dermot Duffy
33dee47205
Tiny fixes.
2024-06-14 19:21:55 -07:00
Dermot Duffy
8c7c2c8c18
Use an automation to change view to default.
2024-06-11 19:48:39 -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
fccb4c9afd
Bump prettier to v3 and format all files
2024-06-10 00:29:50 -03:00
Dermot Duffy
08ba2ee0b1
Hide the ptz_home button. Likely not important enough for most users.
2024-06-05 22:12:42 -07:00
Dermot Duffy
7ab545738d
Add initial keyboard shortcut support.
2024-06-05 21:44:17 -07:00
Felipe Santos
289618d40a
Update typescript to v5, as well as eslint and typescript-eslint
2024-06-06 00:20:03 -03:00
Felipe Santos
1a36ce0894
Update date-fns and date-fns-tz to v3
2024-06-05 22:37:54 -03: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
c630b9f221
Fix menu hide bug causing menu background to stay even when hidden.
2024-04-15 16:46:03 -07:00
Dermot Duffy
5f4943e190
Add tests.
2024-04-15 16:26:47 -07:00
Dermot Duffy
c7c85d188d
Add support for precise layout cropping options.
2024-04-15 16:10:09 -07:00
Dermot Duffy
b4ed40e6c7
Fix controls and seeking bugs.
2024-04-14 19:47:44 -07:00
Dermot Duffy
842240021d
Fix media autoplay.
2024-04-14 18:37:18 -07:00
Dermot Duffy
323925101d
Add support for more advanced forms of overriding
2024-04-13 18:23:11 -07:00
Dermot Duffy
25d080f0d4
Remove unnecessary comment.
2024-04-07 21:21:27 -07:00
Dermot Duffy
9c9548afc8
Fix card-wide actions.
2024-04-07 21:18:55 -07:00
Dermot Duffy
d191e9e608
Fix typo.
2024-04-07 20:24:12 -07:00