mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-09 00:55:34 +00:00
Worked on #352
This commit is contained in:
parent
d24f76e0f1
commit
99a2c640ed
@ -19,7 +19,12 @@ notify:
|
|||||||
consumer_secret: !secret twitter_consumer_secret
|
consumer_secret: !secret twitter_consumer_secret
|
||||||
access_token: !secret twitter_access_token
|
access_token: !secret twitter_access_token
|
||||||
access_token_secret: !secret twitter_access_token_secret
|
access_token_secret: !secret twitter_access_token_secret
|
||||||
|
- name: CCOSTAN
|
||||||
|
platform: twitter
|
||||||
|
consumer_key: !secret twitter_consumer_key2
|
||||||
|
consumer_secret: !secret twitter_consumer_secret2
|
||||||
|
access_token: !secret twitter_access_token2
|
||||||
|
access_token_secret: !secret twitter_access_token_secret2
|
||||||
### Building out some Historical stats for tweeting. #####################
|
### Building out some Historical stats for tweeting. #####################
|
||||||
sensor:
|
sensor:
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@ tweet_engine_setup:
|
|||||||
"minecraft": [
|
"minecraft": [
|
||||||
"There are no more #Minecraft users online at the momemt. You can blame #Fortnite for that. #KidStat"
|
"There are no more #Minecraft users online at the momemt. You can blame #Fortnite for that. #KidStat"
|
||||||
],
|
],
|
||||||
|
|
||||||
"solar": [
|
"solar": [
|
||||||
"I am keeping track of the current #Tesla stock price. It is ${{ states('sensor.tesla')|round }}. #Solar",
|
"I am keeping track of the current #Tesla stock price. It is ${{ states('sensor.tesla')|round }}. #Solar",
|
||||||
"The #ChevyBolt was charged for about {{ states.sensor.bolt_charging_time.attributes.value|replace('m', '') }} minutes in the last 7 days.",
|
"The #ChevyBolt was charged for about {{ states.sensor.bolt_charging_time.attributes.value|replace('m', '') }} minutes in the last 7 days.",
|
||||||
@ -103,7 +102,8 @@ tweet_engine_setup:
|
|||||||
"/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/charge.png",
|
"/config/www/custom_ui/floorplan/images/branding/charge.png",
|
||||||
"/config/www/custom_ui/floorplan/images/branding/solar.png"
|
"/config/www/custom_ui/floorplan/images/branding/solar.png",
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/solar2.png"
|
||||||
],
|
],
|
||||||
|
|
||||||
"robot": [
|
"robot": [
|
||||||
@ -136,7 +136,8 @@ tweet_engine_setup:
|
|||||||
"cloud": [
|
"cloud": [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/clouds.png",
|
"/config/www/custom_ui/floorplan/images/branding/clouds.png",
|
||||||
"/config/www/custom_ui/floorplan/images/branding/clouds2.png",
|
"/config/www/custom_ui/floorplan/images/branding/clouds2.png",
|
||||||
"/config/www/custom_ui/floorplan/images/branding/solar.png"
|
"/config/www/custom_ui/floorplan/images/branding/solar.png",
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/solar2.png"
|
||||||
],
|
],
|
||||||
|
|
||||||
"internet": [
|
"internet": [
|
||||||
|
@ -56,6 +56,10 @@ twitter_consumer_key: LotsOfNumbers
|
|||||||
twitter_consumer_secret: LotsOfLetters
|
twitter_consumer_secret: LotsOfLetters
|
||||||
twitter_access_token: Access-to-BearStoneHA
|
twitter_access_token: Access-to-BearStoneHA
|
||||||
twitter_access_token_secret: AtBearStoneHASecretAccessTokenCode
|
twitter_access_token_secret: AtBearStoneHASecretAccessTokenCode
|
||||||
|
twitter_consumer_key2: LotsOfNumbers
|
||||||
|
twitter_consumer_secret2: LotsOfLetters
|
||||||
|
twitter_access_token2: Access-to-BearStoneHA
|
||||||
|
twitter_access_token_secret2: AtBearStoneHASecretAccessTokenCode
|
||||||
cloud_client_id: 'SuperSecretCode'
|
cloud_client_id: 'SuperSecretCode'
|
||||||
cloud_user_pool: 'SuperSecretPlace'
|
cloud_user_pool: 'SuperSecretPlace'
|
||||||
cloud_relayer: 'SuperSecretWebThingy'
|
cloud_relayer: 'SuperSecretWebThingy'
|
||||||
|
BIN
config/www/custom_ui/floorplan/images/branding/Throwback.png
Executable file
BIN
config/www/custom_ui/floorplan/images/branding/Throwback.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
BIN
config/www/custom_ui/floorplan/images/branding/solar2.png
Executable file
BIN
config/www/custom_ui/floorplan/images/branding/solar2.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
Loading…
x
Reference in New Issue
Block a user