mirror of
				https://github.com/CCOSTAN/Home-AssistantConfig.git
				synced 2025-11-04 04:55:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
#-------------------------------------------
 | 
						|
# @CCOSTAN
 | 
						|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
 | 
						|
# Neato Support for D7 Connected Botvac - control my [Neato Vacuum](http://amzn.to/2kqnnqu) with Home Assistant.
 | 
						|
#-------------------------------------------
 | 
						|
# homeassistant:
 | 
						|
#   customize_glob:
 | 
						|
#     "*.*_sleep_hours":
 | 
						|
#       unit_of_measurement: hours
 | 
						|
#       icon: mdi:sleep
 | 
						|
#
 | 
						|
#       hidden: False
 | 
						|
#-------------------------------------------
 | 
						|
sensor:
 | 
						|
  - platform: alpha_vantage
 | 
						|
    scan_interval: 2400
 | 
						|
    api_key: !secret vantage_api
 | 
						|
    symbols:
 | 
						|
      - name: Tesla
 | 
						|
        currency: USD
 | 
						|
        symbol: TSLA
 | 
						|
      - name: VMware
 | 
						|
        currency: USD
 | 
						|
        symbol: VMW
 | 
						|
      - name: Amazon
 | 
						|
        currency: USD
 | 
						|
        symbol: AMZN
 | 
						|
 | 
						|
  - platform: coinmarketcap
 | 
						|
    currency_id: 1027
 | 
						|
  - platform: coinmarketcap
 | 
						|
    currency_id: 1
 | 
						|
#-------------------------------------------
 | 
						|
group:
 | 
						|
  finance:
 | 
						|
    entities:
 | 
						|
      - sensor.tesla
 | 
						|
      - sensor.bitcoin
 | 
						|
      - sensor.ethereum
 | 
						|
      - sensor.vmware
 | 
						|
      - sensor.amazon
 | 
						|
 | 
						|
##############################################################################
 | 
						|
###  Automations - Detect when things are not right. Like any Good Watchdog.
 | 
						|
##############################################################################
 | 
						|
#automation:
 | 
						|
#Tweets pushed out to twitter.
 |