Hass Miio Yeelink Save

Xiaomi Miio Yeelink/Yeelight devices for Home Assistant

Project README

Xiaomi Miio For Yeelink devices

Tested Devices

  • MJXDD02YL | yeelink.light.ceiling21
  • MJXDD01SYL | yeelink.light.ceiling22
  • MJXDD03YL | yeelink.light.ceiling23
  • YLXD56YL | yeelink.light.ceiling18
  • YLMB05YL | yeelink.light.panel1
  • YLYB02YL | yeelink.bhf_light.v2
  • YLFD02YL | yeelink.light.fancl1
  • YLYB05YL | yeelink.ven_fan.vf1

Tested By Community

  • yeelink.bhf_light.v1
  • yeelink.bhf_light.v5
  • yeelink.light.lamp3
  • yeelink.light.lamp4
  • yeelink.light.lamp5
  • yeelink.light.fancl2
  • yeelink.light.fancl3
  • yeelink.light.color5 (#26)
  • yeelink.light.bslamp2 (#52)

Installing

Download and copy custom_components/miio_yeelink folder to custom_components folder in your HomeAssistant config folder

# Auto install via terminal shell
wget -q -O - https://cdn.jsdelivr.net/gh/al-one/hass-xiaomi-miot/install.sh | DOMAIN=miio_yeelink REPO_PATH=al-one/hass-miio-yeelink bash -

Or you can install component with HACS

Config

HomeAssistant GUI

Configuration > Integration > ➕ > Miio For Yeelink

Configuration variables:

  • host(Required): The IP of your device
  • token(Required): The Token of your device
  • name(Optional): The name of your device
  • model(Optional): The model of your device (like: yeelink.light.ceiling22), Get form miio info if empty
  • mode(Optional): light,fan Guess from Model if empty

Customize entity

# configuration.yaml
homeassistant:
  customize: !include customize.yaml

# customize.yaml (Configuration > Customize > Select Entity > Add Other Attribute)
light.your_entity_id:
  support_color: true
  support_brightness: true
  support_color_temp: true
  min_color_temp: 2700
  max_color_temp: 6500

fan.your_entity_id:
  support_oscillate: true
  support_direction: true

Obtain miio token

Open Source Agenda is not affiliated with "Hass Miio Yeelink" Project. README Source: al-one/hass-miio-yeelink
Stars
168
Open Issues
36
Last Commit
3 weeks ago

Open Source Agenda Badge

Open Source Agenda Rating