github StyraHem/ShellyForHASS 0.1.9.beta.3
Release 0.1.9 (Beta 3)

latest releases: 1.0.5, 1.0.5.beta.1, 1.0.3.beta.2...
pre-release3 years ago

Changes

New devices added

  • Shelly Air
  • Shelly Button 1
  • Shelly Dimmer 2
  • Shelly Door/Window 2
  • Shelly Gas
  • Shelly i3

Support for new click-events

This release support new click events from Shelly. Values of click_type: single, double, triple, long, short-long, long-short. The last event will also be stored as attributes for the switch entity.

{
    "event_type": "shellyforhass.click",
    "data": {
        "entity_id": "binary_sensor.shelly_xxxxxxxxxxxxx_switch",
        "click_type": "single"
    },
    "origin": "LOCAL",
    "time_fired": "2020-07-19T17:35:33.688248+00:00",
    "context": {
        "id": "yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy",
        "parent_id": null,
        "user_id": null
    }
}

New attributes

  • click_type
  • click_count
  • tilt
  • vibration
  • temperature
  • illuminance
  • ppm
  • sensor
  • total_work_time

New sensors

  • click_type
  • tilt
  • vibration
  • temperature
  • illuminance
  • ppm
  • total_work_time

New languages

  • French
  • Italian

MQTT setting

mqtt_port specify what port the internal mini MQTT server should listen to, default disabled. The setting is available in the config.yaml and HA GUI.

shelly:
     mqtt_port: 5555

Other

  • Fix bug so update_firmware is executed asynchronously
  • Some other bug fixes that will be listed later

Don't miss a new ShellyForHASS release

NewReleases is sending notifications on new releases.