集成国家电网每日用电等数据,支持多户号,阶梯用电。
下载并复制custom_components/state_gird
文件夹到 Home Assistant 根目录下的custom_components
文件夹
curl -fsSL get.hassbox.cn/state_grid | bash
-
复制下面的代码到 Home Assistant 配置文件
configuration.yaml
shell_command: install_state_grid: |- curl -fsSL get.hassbox.cn/state_grid | bash
-
重启 Home Assistant
-
在 Home Assistant 开发者工具中调用此服务
service: shell_command.install_state_grid