Your configuration contains extra keys that the platform does not support (but were silently accepted before 0.88). Please find and remove the following.This will become a breaking change.
[target_sensor]. (See /config/configuration.yaml, line 691).
我的系统是0.92.2,哪位高人知道可以怎么把温度传感器加入到里面呢?
下面写个简单教程
把py放到custom_components里
climate:
- platform: gree
name: First AC
host: <ip of your first AC>
port: 7000
mac: '<mac address of your first AC>'
min_temp: 16
max_temp: 30
target_temp: 21
target_temp_step: 1
encryption_key: <OPTIONAL: custom encryption key if wifi already configured>
uid: <some kind of device identifier. NOTE: for some devices this is optional>
- platform: gree
name: Second AC
host: <ip of your second AC>
port: 7000
mac: '<mac address of your second AC>'
min_temp: 16
max_temp: 30
target_temp: 21
target_temp_step: 1