mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
Lots of updates here. Updated my Readme - Added Affiliate Links, added some more information, better organized devices Updated gitignore with paths realtive to my hassio config Combined my switches and lights into single yaml files instead of the directory structure previously Added zigbee2mqtt.yaml to packages - contains automations and such for zigbee2mqtt Archived my previous version in the V4-config branch.
28 lines
638 B
YAML
Executable File
28 lines
638 B
YAML
Executable File
# - platform: alpha_vantage
|
|
# api_key: !secret alpha_vantage
|
|
# symbols:
|
|
# #- symbol: SIRI
|
|
# # name: Sirius
|
|
# #- symbol: BAC
|
|
# # name: BoA
|
|
# #- symbol: INTC
|
|
# # name: Intel
|
|
# - symbol: DIS
|
|
# name: Disney
|
|
# #- symbol: BKS
|
|
# # name: Barnes & Noble
|
|
- platform: mqtt
|
|
name: "Disney"
|
|
state_topic: "stock/DIS/price"
|
|
- platform: mqtt
|
|
name: "BoA"
|
|
state_topic: "stock/BAC/price"
|
|
- platform: mqtt
|
|
name: "Intel"
|
|
state_topic: "stock/INTC/price"
|
|
- platform: mqtt
|
|
name: "Sirius"
|
|
state_topic: "stock/SIRI/price"
|
|
- platform: mqtt
|
|
name: "Barnes and Nobel"
|
|
state_topic: "stock/BKS/price" |