Felipe Santos
c69fdff5e3
docs: Add doorbell example ( #1665 )
...
* docs: Add doorbell example
* Move up
* Move it up again
* Add image to repo
2024-11-27 17:31:16 -08:00
Dermot Duffy
030b1e7a78
fix: Adapt ha-hls-player patch to HA 2024.11 code ( #1679 )
...
* Adapt `ha-hls-player` patch to HA `2024.11` code.
* Add the poster back in
2024-11-27 15:13:22 -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
e898b73d63
fix: Always start webrtc-card muted ( #1682 )
2024-11-09 16:40:25 -08:00
Dermot Duffy
231606ad18
docs: Add alignment parameter to menu elements documentation ( #1681 )
2024-11-09 15:49:53 -08:00
Dermot Duffy
5141e39dbe
docs: Fix ptz_digital typos ( #1680 )
2024-11-09 15:25:21 -08:00
Dermot Duffy
7e3266fecc
refactor: Split viewer.ts into multiple files ( #1645 )
2024-10-13 20:27:47 -07:00
Dermot Duffy
f473cae6b5
refactor: Split live.ts into multiple files ( #1644 )
2024-10-13 20:00:38 -07:00
Dermot Duffy
653bb8b7b5
chore: Fix issue template formatting ( #1643 )
2024-10-13 17:34:40 -07:00
Dermot Duffy
a07a939e0a
docs: Fix PTZ example ( #1642 )
...
* docs: Fix PTZ example
* chore: Strength the github issue templates
* Reduce mandatory information
* Diagnostics information always required
2024-10-13 17:31:32 -07:00
Dermot Duffy
a869109f89
Bump version to v6.0.0-beta.8 ( #1641 )
2024-10-13 16:50:47 -07:00
Dermot Duffy
2269f9891d
docs: Fix incorrect change_zoom example ( #1640 )
2024-10-13 16:44:40 -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
b3602c3809
fix: Correctly determine whether to show PTZ controls ( #1631 )
2024-10-09 20:38:27 -07:00
Dermot Duffy
736e043f5f
Bump version to v6.0.0-beta.7 ( #1628 )
2024-10-08 20:35:31 -07:00
Dermot Duffy
057d07a179
fix: Always play the media target after a HA tab change ( #1627 )
...
* fix: Always play the media target after a HA tab change
* Formatting
2024-10-08 20:29:43 -07:00
Dermot Duffy
dbee22c125
chore: Bump version to 6.0.0-beta.6 ( #1625 )
2024-10-07 07:36:09 -07:00
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
d7fa2933da
fix: Show a background image in case media doesn't load ( #1622 )
2024-10-06 14:51:44 -07:00
Dermot Duffy
ba90e1dabc
fix: Update go2rtc client with the latest changes ( #1620 )
2024-10-05 16:38:24 -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
632e06b7f9
fix: Do not show menu icons on top of other unrelated HA content ( #1617 )
...
* fix: Do not show menu icons on top of other unrelated HA content
* Change z-indices to work when multiple cards are used
* Formatting
2024-10-05 11:59:43 -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
e75afbca2b
docs: Add examples of entity-less cameras ( #1615 )
2024-10-04 18:21:56 -07:00
Dermot Duffy
9c550f518d
chore: Add lock debugging ( #1611 )
2024-10-03 20:05:39 -07:00
Dermot Duffy
c7c9f0d409
chore: Automatically lock closed issues and PRs ( #1607 )
2024-10-03 19:52:28 -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
eccf50252f
fix: Fix card initialization on some cast devices ( #1601 )
2024-10-01 12:19:22 -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
24603af277
chore: Bump version to v6.0.0-beta.5 ( #1596 )
2024-09-29 13:48:06 -07:00
Dermot Duffy
ff6dbba9f3
fix: Fix curved corners (again) ( #1595 )
2024-09-29 13:37:39 -07:00
Dermot Duffy
6565584cf3
chore: Remove superfluous votes needed label ( #1593 )
2024-09-28 17:01:01 -07:00
Dermot Duffy
47d9e39c62
docs: Add information on the new release philosophy ( #1592 )
2024-09-28 14:43:15 -07:00
Dermot Duffy
d907acea9d
chore: Bump version to v6.0.0-beta.4 ( #1591 )
2024-09-27 18:56:59 -07:00
Dermot Duffy
8c5aebef03
fix: Don't hide menu in casting profile ( #1590 )
2024-09-27 18:52:16 -07:00
Dermot Duffy
464a68ba03
fix: Menu should render over drawer ( #1589 )
2024-09-27 18:27:36 -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
1bc164ecd6
fix: Menu linear background should match alignment ( #1584 )
2024-09-24 19:26:12 -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
9c68b30ae3
ci: Update labels for release drafter ( #1574 )
2024-09-22 19:39:40 -07:00