Add travis sensor #330

This commit is contained in:
ccostan 2018-03-17 20:49:16 -04:00
parent 80a1ae503f
commit eac2cffedb
5 changed files with 37 additions and 5 deletions

View File

@ -83,5 +83,7 @@ automation:
{{ [ {{ [
"/config/www/custom_ui/floorplan/images/branding/car.png", "/config/www/custom_ui/floorplan/images/branding/car.png",
"/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png", "/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png",
"/config/www/custom_ui/floorplan/images/branding/batteries.png" "/config/www/custom_ui/floorplan/images/branding/batteries.png",
"/config/www/custom_ui/floorplan/images/branding/charge.png",
] | random }} ] | random }}

28
config/packages/travis.yaml Executable file
View File

@ -0,0 +1,28 @@
#-------------------------------------------
# @CCOSTAN
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
#-------------------------------------------
# homeassistant:
# customize_glob:
# "*.*_sleep_hours":
# unit_of_measurement: hours
# icon: mdi:sleep
#
# hidden: False
#-------------------------------------------
sensor:
- platform: travisci
api_key: !secret travis_api
scan_interval: 2400
#-------------------------------------------
# group:
# finance:
# entities:
# - sensor.tesla
# - sensor.bitcoin
##############################################################################
### Automations - Detect when things are not right. Like any Good Watchdog.
##############################################################################
#automation:
#Tweets pushed out to twitter.

View File

@ -84,16 +84,17 @@ tweet_engine_setup:
], ],
"solar": [ "solar": [
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png", "/config/www/custom_ui/floorplan/images/branding/batteries.png",
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png", "/config/www/custom_ui/floorplan/images/branding/car.png",
"/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png" "/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png",
"/config/www/custom_ui/floorplan/images/branding/charge.png",
], ],
"robot": [ "robot": [
"/config/www/custom_ui/floorplan/images/branding/servers5.png", "/config/www/custom_ui/floorplan/images/branding/servers5.png",
"/config/www/custom_ui/floorplan/images/branding/servers4.png", "/config/www/custom_ui/floorplan/images/branding/servers4.png",
"/config/www/custom_ui/floorplan/images/branding/robot.png", "/config/www/custom_ui/floorplan/images/branding/robot.png",
"/config/www/custom_ui/floorplan/images/branding/keyboard.png", "/config/www/custom_ui/floorplan/images/branding/keyboard.png"
], ],
"door": [ "door": [

View File

@ -48,6 +48,7 @@ uv_mate_resource: https://uvimate.herokuapp.com/api/getUVI/82.6341/-83.0211
rachio_api: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx rachio_api: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
skybell_username: user@email.com skybell_username: user@email.com
skybell_password: password skybell_password: password
travis_api: THISisTheMostSecureAPIKeyEva
twitter_consumer_key: LotsOfNumbers twitter_consumer_key: LotsOfNumbers
twitter_consumer_secret: LotsOfLetters twitter_consumer_secret: LotsOfLetters
twitter_access_token: Access-to-BearStoneHA twitter_access_token: Access-to-BearStoneHA

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB