This file contains hidden or 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: Scene switcher when media is playing | |
description: | | |
This allow you to change a scene when it is playing, paused or stopped. | |
There is the possibility to excludes apps | |
The scene trigger only when at least one light of the scene is on | |
domain: automation | |
input: |
This file contains hidden or 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: Ne pas chauffer l'extérieur | |
description: | |
Eteindre le chauffage lors de l'ouverture d'une fenêtre, puis le rallumer | |
à la fermeture | |
domain: automation | |
input: | |
windows: | |
name: Fenêtres | |
description: Entitée représentant toutes les fenêtres de la pièce |
This file contains hidden or 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: Windows Heating | |
description: Will turn off the heating when any window is open and turn it back on when windows are closed | |
domain: automation | |
input: | |
windows: | |
name: Windows | |
description: Binary sensor representing all windows of a room | |
selector: | |
entity: |
This file contains hidden or 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
[s6-init] making user provided files available at /var/run/s6/etc...exited 0. | |
[s6-init] ensuring user provided files have correct perms...exited 0. | |
[fix-attrs.d] applying ownership & permissions fixes... | |
[fix-attrs.d] done. | |
[cont-init.d] executing container initialization scripts... | |
[cont-init.d] done. | |
[services.d] starting services | |
[services.d] done. | |
starting version 237 | |
[10:09:28] INFO: Waiting for device... |
This file contains hidden or 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
tap "caskroom/versions" | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-fonts" | |
tap "homebrew/core" | |
tap "homebrew/services" | |
tap "prisma/prisma" | |
cask "osxfuse" | |
brew "aircrack-ng" | |
brew "arping" |
This file contains hidden or 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
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-fonts" | |
tap "homebrew/core" | |
tap "homebrew/services" | |
tap "prisma/prisma" | |
cask "java" | |
brew "arping" | |
brew "crowdin" | |
brew "dnsmasq" |
This file contains hidden or 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
function getMusics () { | |
let musicDomColletion = document.getElementsByClassName("name-and-title"); | |
let musics = []; | |
return Array.from(musicDomColletion).map(musicDOM => ({ | |
title: musicDOM.getElementsByClassName('name')[0].innerText.replace(/(\r\n\t|\n|\r\t)/gm,""), | |
artiste: musicDOM.getElementsByClassName('artist-name')[0].innerText.replace(/(\r\n\t|\n|\r\t)/gm,"") | |
})) | |
} |
This file contains hidden or 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
Group gSensor_%filltext:name=ID Sonde:default=1% "Sonde %filltext:name=ID Sonde:default=1%" (gSensors, %filltext:name=Groupe pièce:default=gSalon%) | |
Number Sensor%filltext:name=ID Sonde:default=1%_Temperature "Température %filltext:name=Pièce:default=Salon% [%.1f °C]" <temperature> (gSensor_%filltext:name=ID Sonde:default=1%, gHistory, gTemperatures%fillpart:name=Thermostat:default=yes%,gSensor%filltext:name=ID Sonde:default=1%Thermostat%fillpartend%) ["CurrentTemperature"] { channel="%filltext:name=Channel Sensor%:temperature" } | |
Number Sensor%filltext:name=ID Sonde:default=1%_Humidity "Humidité %filltext:name=Pièce:default=Salon% [%d %%]" <humidity> (gSensor_%filltext:name=ID Sonde:default=1%, gHistory, gHumidity) ["CurrentHumidity"] { channel="%filltext:name=Channel Sensor%:humidity" } | |
Number Sensor%filltext:name=ID Sonde:default=1%_Pression "Pression %filltext:name=Pièce:default=Salon% [%.0f Pa]" <pressure> (gSensor_%filltext:name=ID Sonde:default=1%, gHistory, gPressure) ["CurrentHumidity"] { channel="%fil |
This file contains hidden or 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
/** | |
* Expander allow to add expand function to components | |
* Warning: this use not adviced api from React (Context) | |
* So Check when react updates | |
*/ | |
import React from 'react'; | |
import styled from 'styled-components'; | |
import PropTypes from 'prop-types'; | |
import { TweenLite } from 'gsap'; |
This file contains hidden or 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
--- last message repeated 1 time --- | |
May 27 13:08:52 MacBook-Pro-de-Clement Docker[15090] <Notice>: System wants to wake up | |
May 27 13:08:52 MacBook-Pro-de-Clement Docker[15090] <Notice>: Asking com.docker.hyperkit to thaw vcpus | |
May 27 13:08:52 MacBook-Pro-de-Clement Docker[15090] <Notice>: vcpu 0 received signal, resuming | |
May 27 13:08:52 MacBook-Pro-de-Clement Docker[15090] <Notice>: vcpu 2 received signal, resuming | |
May 27 13:08:52 MacBook-Pro-de-Clement Docker[15090] <Notice>: vcpu 1 received signal, resuming | |
May 27 13:08:52 MacBook-Pro-de-Clement Docker[15090] <Notice>: Synchronizing time in VM | |
May 27 13:08:58 MacBook-Pro-de-Clement Docker[15090] <Notice>: Proxy settings have changed | |
--- last message repeated 1 time --- | |
May 27 13:10:20 MBP-de-Clement Docker[15083] <Notice>: Received SIGTERM, shutting down |
NewerOlder