Dermot Duffy
805a21107d
fix: Correctly detect configuration for the webrtc-card live provider ( #1850 )
...
- Closes #1843
If this breaks something for you, please let me know. As a workaround,
you should manually be able to set it back to what it was with something
like:
```yaml
cameras:
- camera_entity: camera.office
webrtc_card:
url: <frigate camera name>
```
2025-01-21 19:42:47 -08:00
Dermot Duffy
0212840688
fix: Substream only cameras should not be triggerable ( #1848 )
...
- Closes #1846
2025-01-21 07:17:09 -08:00
Dermot Duffy
faa5ec3eec
refactor: Refactor internal error / info message components ( #1842 )
2025-01-20 15:26:53 -08:00
Dermot Duffy
3003f82170
fix: Microphone should still work after a view change ( #1835 )
...
- Closes #1810
2025-01-18 14:54:40 -08:00
Dermot Duffy
57a687d659
fix: Restore camera layout support in image view ( #1831 )
...
* Closes #1804
2025-01-16 20:00:31 -08:00
Dermot Duffy
6b3736bdaf
fix: Show version number with card loading spinner ( #1825 )
...
- Closes #1818
**Why add this?**: A repeated pattern is that an issue is fixed in the
card, a new build is released and users will incorrectly believe it's
not yet fixed due to their browser caching the old code. This results in
wasting their time, and my time.
**But it's obnoxious!**: I'm pretty sensitive to this (hence adding
these messages!), so let me know how terrible you find it. You can
disable it with:
```yaml
performance:
features:
card_loading_indicator: false
```
2025-01-12 16:26:30 -08:00
Dermot Duffy
1f37895793
fix: Prevent gallery auto-scrolling from scrolling entire browser ( #1824 )
...
- Closes #1814
2025-01-11 16:44:05 -08:00
Dermot Duffy
addf6edb30
fix: Don't hide PTZ control menu button unnecessarily ( #1823 )
...
- Closes : #1819
2025-01-11 15:30:41 -08:00
Dermot Duffy
2678500670
feat: Allow user-agent based conditions ( #1821 )
...
* Closes #1819
2025-01-10 07:41:19 -08:00
Dermot Duffy
7657bdf22c
fix: Rendering not correctly forced when tab changed in certain circumstances ( #1817 )
...
- Closes #1811
- Closes #1769
2025-01-09 20:21:26 -08:00
Dermot Duffy
c3dc4803ad
fix: Honor the view configured display mode ( #1815 )
...
- Closes #1812
2025-01-07 22:28:40 -08:00
Dermot Duffy
278560b5ac
feat: Add richer card theme support ( #1809 )
2025-01-07 19:54:13 -08:00
Dermot Duffy
bc95f55cb0
fix: Always fetch media for "most recent media" views ( #1791 )
2024-12-23 16:22:10 -08:00
Dermot Duffy
9d812af9f4
fix: Use HA style and coloring for all icons ( #1790 )
2024-12-23 15:22:27 -08:00
Dermot Duffy
0b681402db
feat: Add new option to always error on entity unavailable ( #1770 )
2024-12-16 21:05:17 -08:00
Dermot Duffy
e2b6d38fc2
fix: default action should fetch new media ( #1767 )
2024-12-15 21:42:12 -08:00
Dermot Duffy
9f4ddb1e88
fix: Only include custom integrations in diagnostics ( #1765 )
2024-12-15 20:56:36 -08:00
Dermot Duffy
dab9ff3045
fix: Substantially reduce cases where errors block whole card ( #1764 )
2024-12-15 20:39:18 -08:00
Dermot Duffy
cebd4b215b
fix: Render media correctly in rtl languages ( #1757 )
2024-12-14 14:58:22 -08:00
Dermot Duffy
ed0bb99a45
fix: Panel height should be 100% when casted ( #1750 )
2024-12-13 08:11:26 -08:00
Dermot Duffy
e0335c529c
fix: Only fetch Reolink media for cameras that support it ( #1747 )
2024-12-13 07:39:14 -08:00
Dermot Duffy
9ac6134446
perf: Change media fetches to be asynchronous to view render ( #1702 )
...
This is a fairly non-trivial change in terms of consequence, so a greater than average chance something breaks. This is necessary since some cameras (e.g. Reolink) are materially slower to fetch media, and this change substantially improves card responsiveness.
2024-12-01 20:57:48 -08:00
Dermot Duffy
241719c14e
fix: Column sizing may calculate incorrectly in grid mode ( #1695 )
2024-11-27 12:45:42 -08:00
Dermot Duffy
dada65e008
feat: Add experimental reolink media support ( #1694 )
...
* feat: Add experimental rich reolink support.
* Formatting fix
2024-11-25 20:19:12 -08:00
Dermot Duffy
f473cae6b5
refactor: Split live.ts into multiple files ( #1644 )
2024-10-13 20:00:38 -07:00
Dermot Duffy
7895de96d2
fix: Rationalize custom icons to avoid duplication ( #1639 )
2024-10-13 16:24:51 -07:00
Dermot Duffy
0ec9afbad2
feat: Add permanent menu items for hidden menus ( #1636 )
2024-10-13 11:05:33 -07:00
Dermot Duffy
9ca56d061f
fix: Improve media background image ( #1635 )
...
* fix: Improve media background image
* Simplify loading spinner.
This is slightly less fancy, but removes code. I'm guessing no-one will notice or care enough to raise it! (BMFW).
2024-10-12 14:31:26 -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
d7fa2933da
fix: Show a background image in case media doesn't load ( #1622 )
2024-10-06 14:51:44 -07:00
Dermot Duffy
abcba34a3f
fix: Only show PTZ controls for selected camera in grid mode ( #1619 )
2024-10-05 14:17:34 -07:00
Dermot Duffy
b5c2f00128
fix: Do not show the cameras menu with <= 1 camera ( #1616 )
2024-10-04 18:41:02 -07:00
Dermot Duffy
21b468734c
fix: Fix thumbnail carousel scroll position ( #1606 )
...
* fix: Fix thumbnail carousel scroll position
* Small formatting fix
2024-10-02 20:28:13 -07:00
Felipe Santos and Dermot Duffy
1f5d4bd8b0
fix: media_stop not supported on Google Cast devices ( #1605 )
...
* fix: `media_stop` not supported on Google Cast devices
* Add tests for new stop functionality
---------
Co-authored-by: Dermot Duffy <dermot.duffy@gmail.com >
2024-10-02 20:06:08 -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
9393722fa6
refactor: Cache device information centrally ( #1598 )
2024-09-29 17:17:40 -07:00
Dermot Duffy
02fb6e1d4c
refactor: Refactor entity register manager ( #1597 )
2024-09-29 15:55:28 -07:00
Dermot Duffy
8c5aebef03
fix: Don't hide menu in casting profile ( #1590 )
2024-09-27 18:52:16 -07:00
Dermot Duffy
f560113031
fix: Ensure media info is dispatched after view change ( #1587 )
2024-09-25 21:48:36 -07:00
Dermot Duffy
4e3b16f9b8
fix: Multiple cards should form a masonry layout ( #1585 )
2024-09-24 20:01:49 -07:00
Dermot Duffy
06345ca01d
fix: Don't run the query string actions until after initialization ( #1579 )
2024-09-24 17:56:43 -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
d203f529f8
fix: Don't block for microphone initialization if browser does not support microphone ( #1576 )
2024-09-23 20:08:25 -07:00
Dermot Duffy
299d21acab
fix: Untriggering to default should reset to default camera ( #1571 )
2024-09-22 16:00:08 -07:00
Dermot Duffy
766f3422a9
fix: Unparseable config when using the low-performance profile ( #1570 )
...
* The `low-performance` profile itself had parse errors: fix them!
* Do not silently swallow override parse errors, they are always a user issue
* Minor error message rendering improvements to show multiple pieces of context
2024-09-22 15:08:37 -07:00
Dermot Duffy
a4417e8a3d
perf: Only trigger a state change if the state is definitely different ( #1569 )
2024-09-22 13:18:50 -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
7fd6bc6bee
fix: Timeline window should match selected events for media views ( #1555 )
2024-09-21 15:39:18 -07:00
Dermot Duffy
e5cbfa9976
fix: Assume conditions are state conditions unless otherwise specified ( #1552 )
2024-09-21 13:41:13 -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