Skip to content

Instantly share code, notes, and snippets.

@IIIEII
IIIEII / sbt-program-board.js
Last active March 6, 2017 15:55
SBT Program Board Beautifier
// ==UserScript==
// @name SBT Program Board
// @namespace https://sbtatlas.sigma.sbrf.ru/jira/secure/ProgramBoard
// @version 0.1
// @author Alexander Shepel
// @match https://sbtatlas.sigma.sbrf.ru/jira/secure/ProgramBoard*
// @grant none
// ==/UserScript==
(function() {
{
"$schema": "https://vega.github.io/schema/vega/v3.json",
"width": 400,
"height": 200,
"padding": 5,
"data": [
{
"name": "source_0",
"values": [
@IIIEII
IIIEII / pause_media_player_on_call.yaml
Last active December 8, 2022 18:16 — forked from JackPoint/mute_media_player_on_call.yaml
HomeAssistant Blueprint - Pause media player when phone rings or is calling. Only when person is home and the mediaplayer is playing.
blueprint:
name: Pause mediaplayer when calling.
description: >
Pause a mediaplayer when phone rings or is calling.
Only when person is home and the mediaplayer is playing.
domain: automation
input:
phone_state:
name: Phone State sensor
description: All sensors form the mobile app. Select the phone state sensor here.