This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://vega.github.io/schema/vega/v3.json", | |
"width": 400, | |
"height": 200, | |
"padding": 5, | |
"data": [ | |
{ | |
"name": "source_0", | |
"values": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |