本帖最后由 lidicn 于 2017-8-24 17:38 编辑
这是个会赚钱【也有可能赔钱】的插件
查询模块来源https://github.com/shidenggui/easyquotation
下面是hassbian的例子,先安装股票查询模块【一般会自动安装,如果不能,则自己手动安装】easyquotation【需要python版本3.5以上,hassbian的是3.4 需要升级才能装上】
sudo su -s /bin/bash homeassistant
source /srv/homeassistant/bin/activate
pip install easyutils
pip install easyquotation
sensor:
- platform: stock_prices
name: shock_price
tracking_number: {'平安银行':'000001','万科A':'000002'}
scan_interval: 300
group:
stock_price:
name: '股票价格监控'
view: false
entities:
- sensor.shock_price_000001
- sensor.shock_price_000002
|