Zoom Support
2-Way Audio Support
In-menu media controls
In-card automation
Select a HD stream when the card switches to fullscreen:
automations:
- conditions:
fullscreen: true
actions:
- action: custom:frigate-card-action
frigate_card_action: live_substream_on
actions_not:
- action: custom:frigate-card-action
frigate_card_action: live_substream_off
Changes
🚀 Features
- Allow default media controls to be hidden (#1161) @dermotduffy
- Add {play/pause/mute/unmute} Frigate card commands (#1157) @dermotduffy
- Only show the microphone button if the media that is loaded supports 2-way audio (#1150) @dermotduffy
- Add option to have microphone
always_connected
(#1149) @dermotduffy - Implement
momentary
andtoggle
microphone button types (#1147) @dermotduffy - Add support for disabling zoom (#1145) @dermotduffy
- Show different mouse cursor when zoomed in (#1144) @dermotduffy
- Add support for in-card automation (#1141) @dermotduffy
- Add language: Portuguese (Portugal) (#1038) @ViPeR5000
- Add experimental 2-way audio support (#1125) @dermotduffy
- Add zoom support (#1109) @dermotduffy
🐛 Fixes
- Dispatch load events for mp4/mjpeg from go2rtc (#1162) @dermotduffy
- Maintain substream selections during view cycling (#1146) @dermotduffy
- Fix Frigate event schema break (
top_score
===null
) (#1142) @dermotduffy - Initialize media players if they have not been initialized. (#1134) @c0mputerguru
- Fix incorrect engine detection (#1126) @dermotduffy
📚 Documentation
- Add screenshots for v5.1.0 (#1168) @dermotduffy
- Merge minor documentation changes from
main
intodev
(#1167) @dermotduffy - Add additional cache reset troubleshooting tip (#1164) @Morphy99
- Fix small typo (#1159) @JonGilmore
- Fix typo in automations documentation (#1153) @felipecrs
- Update installation instructions for manual installation (#1143) @dermotduffy
- Add missing mode configuration in README for mini-timeline (#1115) @dermotduffy
- Repoint all screenshots to the main branch (#1106) @dermotduffy
📦 Dependencies
- Bump version to v5.1.0. (#1166) @dermotduffy
- Bump volta-cli/action from 3 to 4 (#1133) @dependabot
- Bump volta-cli/action from 3 to 4 (#1113) @dependabot
- Various github workflow fixes (#1127) @dermotduffy
- Add
inlang
to make the contribution of translations easier (#1107) @NiklasBuchfink - Merge the
release-5.0.0
branch back into main (#1105) @dermotduffy