Commit Graph
1819 Commits
Author SHA1 Message Date
Felipe Santos 6c69983eb8 Fix typo in automations documentation 2023-05-10 09:35:06 -03:00
Dermot Duffy 3b4045c299 Merge pull request #1150 from dermotduffy/2-way-audio-is-a-property-of-loaded-media
Only show the microphone button if the media that is loaded supports 2-way audio
2023-05-07 17:03:07 -07:00
Dermot Duffy 2e5b86d6c9 Add troubleshooting entry. 2023-05-07 16:52:02 -07:00
Dermot Duffy d63a1de042 Only show the microphone button when the loaded media supports 2-way audio. 2023-05-07 16:47:02 -07:00
Dermot Duffy ae4ced8a23 Merge pull request #1149 from dermotduffy/mic-connect-on-load
Add option to have microphone `always_connected`
2023-05-07 15:38:56 -07:00
Dermot Duffy 109e10ea68 Rename option to always_connected. 2023-05-07 15:32:44 -07:00
Dermot Duffy ee7d02fc58 Add support for connecting microphone on card load. 2023-05-07 15:17:39 -07:00
Dermot Duffy c78d4be0c3 Merge pull request #1147 from dermotduffy/mic-button
Implement `momentary` and `toggle` microphone button types
2023-05-06 16:05:25 -07:00
Dermot Duffy 2c1b8ed785 Implement momentary and toggle microphone button types. 2023-05-06 15:59:57 -07:00
Dermot Duffy 11e1245d67 Merge pull request #1146 from dermotduffy/cycle-substream
Maintain substream selections during view cycling
2023-05-06 14:51:53 -07:00
Dermot Duffy 707bbb9f68 Maintain substream selections during view cycling. 2023-05-06 14:47:48 -07:00
Dermot Duffy 316423b98b Merge pull request #1145 from dermotduffy/zoom-disable
Add support for disabling zoom
2023-05-06 14:07:09 -07:00
Dermot Duffy 992b622f7c Add support for disabling zoom. 2023-05-06 14:03:05 -07:00
Dermot Duffy bf2ab6c30b Merge pull request #1144 from dermotduffy/zoom-cursor
Show different mouse cursor when zoomed in
2023-05-06 14:02:45 -07:00
Dermot Duffy 2b1f0f5d85 Show different mouse cursor when zoomed in. 2023-05-06 13:14:04 -07:00
Dermot Duffy a0f2ed1bab Merge pull request #1143 from dermotduffy/manual-install-docs
Update installation instructions for manual installation
2023-05-06 12:37:56 -07:00
Dermot Duffy 1f0a4cbe3a Update installation instructions for manual installation. 2023-05-06 12:31:36 -07:00
Dermot Duffy 04d3f99756 Merge pull request #1142 from dermotduffy/top-score-null
Fix Frigate event schema break (`top_score` === `null`)
2023-05-06 12:26:06 -07:00
Dermot Duffy 4cd1fdad72 Fix timezone issues. 2023-05-06 12:21:50 -07:00
Dermot Duffy cb6a73c3f8 Fix Frigate event schema break (top_score === null) 2023-05-06 11:46:30 -07:00
Dermot Duffy 23a69f007f Merge pull request #1141 from dermotduffy/automations
Add support for in-card automation
2023-05-06 10:52:17 -07:00
Dermot Duffy 19e9113665 Minor codereview fixes. 2023-05-06 10:49:08 -07:00
Dermot Duffy 867a118a16 Add better control over substreams. 2023-05-06 10:42:17 -07:00
Dermot Duffy fd74c1c855 Add initial support for automations. 2023-05-04 19:54:41 -07:00
Dermot Duffy b048524d84 Merge pull request #1133 from dermotduffy/dependabot/github_actions/volta-cli/action-4
Bump volta-cli/action from 3 to 4
2023-05-02 19:39:29 -07:00
Dermot Duffy 0d1794fd50 Merge pull request #1134 from c0mputerguru/fix-casting
Initialize media players if they have not been initialized.
2023-05-02 19:38:41 -07:00
Anand Patel c3ca2fc348 Initialize media players if they have not been initialized. 2023-05-02 21:48:50 +00:00
dependabot[bot] 77028025bc Bump volta-cli/action from 3 to 4
Bumps [volta-cli/action](https://github.com/volta-cli/action) from 3 to 4.
- [Release notes](https://github.com/volta-cli/action/releases)
- [Changelog](https://github.com/volta-cli/action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/volta-cli/action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: volta-cli/action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 08:12:33 +00:00
Dermot Duffy eb31c372fb Merge pull request #1038 from ViPeR5000/patch-1
Add language: Portuguese (Portugal)
2023-04-29 19:59:48 -07:00
Dermot DuffyandRui Dias 45fc85a281 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:54:27 -07:00
Dermot DuffyandRui Dias 2333040eb3 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:54:16 -07:00
Dermot DuffyandRui Dias f0fb1ac926 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:54:07 -07:00
Dermot DuffyandRui Dias e0872e4b30 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:53:54 -07:00
Dermot DuffyandRui Dias a3dcedaaa3 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:53:43 -07:00
Dermot DuffyandRui Dias 3a24f4c005 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:53:21 -07:00
Dermot DuffyandRui Dias fa1dd91922 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:53:10 -07:00
Dermot DuffyandRui Dias c4a0b92362 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:52:57 -07:00
Dermot DuffyandRui Dias a3bad803c3 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:52:44 -07:00
Dermot DuffyandRui Dias a0ff734f04 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:52:30 -07:00
Dermot DuffyandRui Dias c9feb55a8c Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:52:15 -07:00
Dermot DuffyandRui Dias 3d59448ac9 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:52:06 -07:00
Dermot DuffyandRui Dias 2a9073a142 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:51:38 -07:00
Dermot DuffyandRui Dias 2c95af23a0 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:51:21 -07:00
Dermot DuffyandRui Dias c02d5df199 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:51:11 -07:00
Dermot DuffyandRui Dias 2b6f22877c Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:50:59 -07:00
Dermot DuffyandRui Dias ade4c158b1 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:50:47 -07:00
Dermot DuffyandRui Dias 0c840bcd32 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:50:15 -07:00
Dermot DuffyandRui Dias 7aa93fed82 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:50:06 -07:00
Dermot DuffyandRui Dias 3fd909f5c1 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:49:54 -07:00
Dermot DuffyandRui Dias ae7055ae52 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:49:37 -07:00