I hereby claim:
- I am ramoncardena on github.
- I am rcardena (https://keybase.io/rcardena) on keybase.
- I have a public key ASDqn-P08g3PHBDFNL7zyjSMqe1W9555hbPUX5H-HT5Z7Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import Url from 'url-parse'; | |
| import * as config from '../config'; | |
| function alternateLangs(url, currentLng) { | |
| // Load all languages and filter current language | |
| const languages = Array.from(config.ALL_LANGUAGES).filter( | |
| lng => lng !== currentLng | |
| ); | |
| // Load url object for current location | |
| const currentUrl = new Url(url); |
| import 'package:cloud_firestore/cloud_firestore.dart'; | |
| import 'package:firebase_auth/firebase_auth.dart'; | |
| import 'dart:async'; | |
| import 'package:rxdart/rxdart.dart'; | |
| import './globals.dart'; | |
| class Document<T> { | |
| final Firestore _db = Firestore.instance; | |
| final String path; | |
| DocumentReference ref; |
| import React from 'react'; | |
| import styled from 'styled-components'; | |
| import { Icon } from 'react-icons-kit'; | |
| import { alertTriangle } from 'react-icons-kit/feather/alertTriangle'; | |
| import { info } from 'react-icons-kit/feather/info'; | |
| const Box = styled.div` | |
| display: flex; | |
| flex-direction: row; | |
| justify-content: flex-start; |
| --- | |
| blueprint: | |
| name: Sonoff Zigbee Switch | |
| description: Automate the Sonoff Zigbee WB01 | |
| domain: automation | |
| input: | |
| sonoff_button: | |
| name: Sonoff Switch | |
| selector: | |
| device: |