Skip to content

Instantly share code, notes, and snippets.

@danito
danito / snips.yaml
Created December 19, 2018 14:12
Utiliser snips et Home-assistant.io
sensor:
- platform: google_travel_time
api_key: !secret google_api_key
name: Retour à la maison en vélo
origin: device_tracker.gsm_dqn
destination: zone.home
options:
mode: bicycling
language: fr
- platform: google_travel_time
https://twitter.com/nxD4n/status/966719215460913154Verifying my Blockstack ID is secured with the address 1Dn3wxo92z4Uuz13j8TX6qerYCrLjE5tTZ https://explorer.blockstack.org/address/1Dn3wxo92z4Uuz13j8TX6qerYCrLjE5tTZ
@danito
danito / ubiquity-amazon-local.js
Created February 17, 2009 09:02 — forked from garyhodgson/ubiquity-amazon-local.js
Fork of amazon locale to include .fr
/**
* Ubiquity command to perform a 'Blended' search in Amazon Germany, UK, USA, Japan, France or Canada.
*/
/**
* Core Type Extension
* Now returns the index of the suggestion array as the data element
*/
function ModNounType(name, expectedWords) {this._init(name, expectedWords);};
var F = function() {};