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
| const AWS = require('aws-sdk'); | |
| const Promise = require('bluebird'); | |
| AWS.config.setPromisesDependency(Promise); | |
| AWS.config.update({ | |
| region: 'eu-west-1', | |
| credentials: { | |
| accessKeyId: 'sas', | |
| secretAccessKey: 'sas' |
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
| /* | |
| * You have to implement missing part of the application that making code below (which untouchble) | |
| * to be compiled and executed without exceptions and assertions. | |
| */ | |
| class Parallel {} | |
| /************************************************ | |
| * Please don`t change the code bellow this line * | |
| ************************************************/ |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Ansi 0 Color</key> | |
| <dict> | |
| <key>Alpha Component</key> | |
| <real>1</real> | |
| <key>Blue Component</key> | |
| <real>0.47843137383460999</real> |
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
| import { css, html, ReactiveElement } from 'https://unpkg.com/lit-element@3.3.3/lit-element.js?module'; | |
| class NotificationsCard extends ReactiveElement { | |
| static get properties() { | |
| return { | |
| hass: {}, | |
| config: {}, | |
| }; | |
| } |
OlderNewer