本帖最后由 qingyu1993 于 2023-2-3 15:41 编辑
2023.2的ha 非知道发现配置 可以试下
mqtt:
climate:
- action_topic: /aircon/a1b2c3d4e5f6/homeassistant/set
availability_topic: /aircon/LWT
current_temperature_topic: /aircon/a1b2c3d4e5f6/ambient_temp/value
device:
identifiers: a1b2c3d4e5f6
manufacturer: Broadlink
model: Aircon
name: Master bedroom
sw_version: 1.1.3
fan_mode_command_topic: /aircon/a1b2c3d4e5f6/fanspeed_homeassistant/set
fan_mode_state_topic: /aircon/a1b2c3d4e5f6/fanspeed_homeassistant/value
fan_modes:
- Auto
- Low
- Medium
- High
- Turbo
- Mute
max_temp: 32.0
min_temp: 16.0
mode_command_topic: /aircon/a1b2c3d4e5f6/mode_homeassistant/set
mode_state_topic: /aircon/a1b2c3d4e5f6/mode_homeassistant/value
modes:
- "off"
- cool
- heat
- fan_only
- dry
name: Master bedroom
payload_available: online
payload_not_available: offline
precision: 0.5
swing_mode_command_topic: /aircon/a1b2c3d4e5f6/fixation_v/set
swing_mode_state_topic: /aircon/a1b2c3d4e5f6/fixation_v/value
swing_modes:
- TOP
- MIDDLE1
- MIDDLE2
- MIDDLE3
- BOTTOM
- SWING
- AUTO
temp_step: 0.5
temperature_command_topic: /aircon/a1b2c3d4e5f6/temp/set
temperature_state_topic: /aircon/a1b2c3d4e5f6/temp/value
unique_id: a1b2c3d4e5f6
|