Skip to content

Instantly share code, notes, and snippets.

@JamesDAdams
JamesDAdams / HAKioskTV-policy.md
Created January 5, 2026 20:14
HAKioskTV-policy

HAKiosk Last updated: January 5, 2026

  1. Introduction HAKiosk (“we”, “us”, “our”) is committed to protecting your privacy. This policy explains how we collect, use, disclose, and safeguard your information when you use our Apple TV app.

  2. What We Collect Usage information such as how you interact with the app, navigation patterns, and crash logs to keep the experience stable. Device identifiers (model, OS version) to troubleshoot issues and ensure compatibility. No personal data (name, email, etc.) is collected unless you explicitly provide it via third-party services.

@JamesDAdams
JamesDAdams / HaKioskTv-Requirement.md
Created January 9, 2026 09:58
HaKioskTv Requirement & scripts

Home Assistant Kiosk + Immich Slideshow (Fullscreen Dashboard with Background Slideshow)

This guide shows how to install the HACS kiosk-mode integration to open a Home Assistant dashboard in fullscreen (kiosk) and how to add a script that plays a background slideshow of media from an Immich album.


Prerequisites

  • Home Assistant with access to the File Editor or the config/www/ folder.
  • HACS (Home Assistant Community Store) installed.
  • An Immich account and an Immich API key with album read permission.
// ==UserScript==
// @name Jira Board Tweaks – Groupama
// @namespace https://groupama-it.atlassian.net/
// @version 2.0
// @description Ajuste la largeur des colonnes et affiche les titres complets sur le board Jira
// @author vous
// @match https://groupama-it.atlassian.net/*
// @grant GM_setValue
// @grant GM_getValue
// ==/UserScript==
@JamesDAdams
JamesDAdams / Jira_Board_Tweaks.js
Last active May 7, 2026 07:36
Jira Board Tweaks
// ==UserScript==
// @name Jira Board Tweaks – Groupama
// @namespace https://groupama-it.atlassian.net/
// @version 2.0
// @description Ajuste la largeur des colonnes et affiche les titres complets sur le board Jira
// @author vous
// @match https://groupama-it.atlassian.net/*
// @grant GM_setValue
// @grant GM_getValue
// ==/UserScript==