2020-11-11 19:45:08 +01:00

2.5 KiB

title, description, ha_category, ha_release, ha_codeowners, ha_iot_class, ha_domain, featured, ha_config_flow
title description ha_category ha_release ha_codeowners ha_iot_class ha_domain featured ha_config_flow
Shelly Integrate Shelly devices
Cover
Light
Sensor
Switch
0.115
@balloob
@bieniu
@thecode
Local Polling shelly true true

Integrate Shelly devices into Home Assistant.

Configuration

To add a Shelly device to your installation, make sure they are connected to your Wi-Fi network first. Next, go to Configuration >> Integrations in the UI. If the new device is on the same network as Home Assistant, it is discovered automatically. Clicking "Configure" on the discovered device, adds it to Home Assistant. If your device isn't discovered automatically, click the button with + sign on the integrations page and from the list of integrations, select Shelly and follow the instructions shown.

Integration is communicating directly with the device; cloud connection is not needed.

Entity naming

The integration uses the following strategy to name its entities:

  • If Device Name or Channel Name is set in the device, the integration will use them to generate the entities' name.
  • If channel names are set, they will be used in the entity names. The device name will not be used.
  • If only the device name is set, and the device has multiple channels, the channel number will be appended to the entity name (e.g., Channel 2).
  • In case device name and channel names are not set, the entity name will be generated by the Device Type, Device ID and Channel Number.

Examples:

Device Name Channel Name Entity Name
Not set Not Set shellyswitch25-ABC123 Channel 1
Not set Kids Room Bulb Kids Room Bulb
Kitchen Not Set Kitchen Channel 1
Bedroom Round Bulb Round Bulb

Names are set from the device web page:

  • Device name can be set in Settings >> DEVICE NAME
  • Channel name for single-channel devices can be set in Settings >> CHANNEL NAME
  • Channel name for multi-channel devices can be set in Settings >> CHANNEL NAME after selecting the channel, by clicking on the channel name.

Known issues and limitations

  • Only supports firmware 1.8 and later
  • Support relays, lights (with brightness), sensors and rollers
  • Support for battery-powered devices is currently very limited