Change avatar, add bitly api
This commit is contained in:
parent
12f7d50012
commit
0f4bb846d7
@ -20,6 +20,7 @@ I use the following software, running in docker containers, on my Raspberry Pi:
|
||||
|
||||
## Used External Services
|
||||
* Alexa (via Alexa Home Skill and AWS Lambda function)
|
||||
* Bit.ly API
|
||||
* Google/Youtube API
|
||||
* Instagram API
|
||||
* Openweathermap
|
||||
|
@ -63,6 +63,8 @@ influxdb:
|
||||
- sensor.youtube_mtb
|
||||
- sensor.youtube_mtb_videos
|
||||
- sensor.youtube_mtb_views
|
||||
# Bitly
|
||||
- sensor.bitly_youtube_bb
|
||||
# Instagram
|
||||
- sensor.instagram_beauty
|
||||
- sensor.instagram_beauty_follows
|
||||
@ -147,14 +149,14 @@ ffmpeg:
|
||||
ffmpeg_bin: /usr/bin/ffmpeg
|
||||
|
||||
camera:
|
||||
- platform: yi
|
||||
name: YiHome1
|
||||
host: !secret yihome1
|
||||
password: !secret yihome1_password
|
||||
ffmpeg_arguments: '-pred 1 -vf scale=800:450'
|
||||
- platform: mqtt
|
||||
name: YiHome1-Mqtt
|
||||
topic: /home/camera/yihome1/motion/photo
|
||||
# - platform: yi
|
||||
# name: YiHome1
|
||||
# host: !secret yihome1
|
||||
# password: !secret yihome1_password
|
||||
# ffmpeg_arguments: '-pred 1 -vf scale=800:450'
|
||||
# - platform: mqtt
|
||||
# name: YiHome1-Mqtt
|
||||
# topic: /home/camera/yihome1/motion/photo
|
||||
# - platform: mjpeg
|
||||
# name: octoprint_webcam
|
||||
# mjpeg_url: !secret octoprint_cam_url
|
||||
|
@ -41,6 +41,15 @@
|
||||
value_template: '{{ value_json["items"][0].statistics.viewCount }}'
|
||||
force_update: true
|
||||
|
||||
# Bit.ly
|
||||
# http://bit.ly/youtube-bb
|
||||
- platform: rest
|
||||
scan_interval: 300
|
||||
name: bitly_youtube-bb
|
||||
resource: !secret bitly_youtube-bb
|
||||
value_template: '{{ value_json.data.link_clicks }}'
|
||||
force_update: true
|
||||
|
||||
# Instagram
|
||||
#beauty
|
||||
- platform: rest
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Icons @ https://materialdesignicons.com/
|
||||
title: Połowa Bliźniaka
|
||||
title: Making Home Great Again
|
||||
views:
|
||||
- !include lovelace-views/overview.yaml
|
||||
- !include lovelace-views/livingroom.yaml
|
||||
@ -7,4 +7,4 @@ views:
|
||||
- !include lovelace-views/spotify.yaml
|
||||
- !include lovelace-views/instagram.yaml
|
||||
- !include lovelace-views/devices.yaml
|
||||
- !include lovelace-views/cctv.yaml
|
||||
# - !include lovelace-views/cctv.yaml
|
Binary file not shown.
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 111 KiB |
Loading…
Reference in New Issue
Block a user