URL文本传感器
让hass显示url文本内容,添加代码到configuration.yaml文件,并重新加载. hass环境scan_interval:为扫描间隔(秒)
参考文档:https://www.home-assistant.io/integrations/command_line/
command_line:
- sensor:
command: python3 -c "import requests; print(requests.get('http://192.168.2.1/test.txt').text)"
name: File value
scan_interval: 3
PING设备状态
有现成的UI,直接添加设备集成简单填写IP即可,这下能瞧瞧这家伙一天看多久电视了
1