Add travis sensor #330
This commit is contained in:
parent
80a1ae503f
commit
eac2cffedb
|
@ -83,5 +83,7 @@ automation:
|
|||
{{ [
|
||||
"/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/batteries.png"
|
||||
"/config/www/custom_ui/floorplan/images/branding/batteries.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/charge.png",
|
||||
|
||||
] | random }}
|
||||
|
|
|
@ -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.
|
|
@ -84,16 +84,17 @@ tweet_engine_setup:
|
|||
],
|
||||
|
||||
"solar": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.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/car.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/charge.png",
|
||||
],
|
||||
|
||||
"robot": [
|
||||
"/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/robot.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/keyboard.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/keyboard.png"
|
||||
],
|
||||
|
||||
"door": [
|
||||
|
|
|
@ -48,6 +48,7 @@ uv_mate_resource: https://uvimate.herokuapp.com/api/getUVI/82.6341/-83.0211
|
|||
rachio_api: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
||||
skybell_username: user@email.com
|
||||
skybell_password: password
|
||||
travis_api: THISisTheMostSecureAPIKeyEva
|
||||
twitter_consumer_key: LotsOfNumbers
|
||||
twitter_consumer_secret: LotsOfLetters
|
||||
twitter_access_token: Access-to-BearStoneHA
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 276 KiB |
Loading…
Reference in New Issue