|
L大的彩云天气,用起来很不错。有几个疑问想求解一下:
第一,自动化代码好像没法直接写在caiyunweatherse.yaml,会报错:
ERROR (MainThread) [homeassistant.config] Invalid config for [automation]: required key not provided @ data['action']. Got None
required key not provided @ data['trigger']. Got None. (See ?, line ?).
提示key没给,但是写在最外面的automation.ymal里面没问题,不知道什么原因。
第二,ha启动之后,日志就报:
File "/home/homeassistant/.homeassistant/custom_components/sensor/CaiyunweatherSE.py", line 497, in __init__
elatitude = self.tracker_state.attributes.get('latitude')
AttributeError: 'NoneType' object has no attribute 'attributes'
虽然不影响使用,但是想问下大概是什么问题。
|
|