0.77.2 Update broke automation

After a 0.77.2 update, my Xiaomi button automation stopped working. I’m using zigbee2mqtt and everything else functions fine. The topic appears when I press the button in mqtt:

zigbee2mqtt/0x00158d00020f1b6d {"battery":"100.00","voltage":3022,"linkquality":26,"click":"double"}

If i trigger the automation manually through the automation entity in HA, it will trigger. My automation config below:

## Xiaomi Button - Living Room AC Toggle - Double Click - Winter function

- alias: Living Room Button - AC On Winter
  trigger:
    platform: mqtt
    topic: 'zigbee2mqtt/0x00158d00020f1b6d'
  condition:
    condition: and
    conditions:
      - condition: template
        value_template: "{{ 'double' == trigger.payload_json.click }}"
      - condition: state
        entity_id: 'sensor.season'
        state: 'winter'
  action:
  - service: climate.set_operation_mode
    data:
      entity_id: climate.living_room_ac
      operation_mode: heat
  - service: tts.google_say
    data:
      entity_id: media_player.living_room_speaker
      message: "Living Room Heating On"

Any ideas?

yes, post your log.

Sorry I should have mentioned, nothing indicating the issue in my logs.

Is that for you to judge?

Err, ok, if you insist:

2018-09-01 08:05:43 WARNING (MainThread) [homeassistant.components.http] legacy_api_password support has been enabled. If you don't require it, remove the 'api_password' from your http config.
2018-09-01 08:05:55 WARNING (MainThread) [homeassistant.loader] You are using a custom component for climate.broadlink which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2018-09-01 08:05:55 WARNING (MainThread) [homeassistant.loader] You are using a custom component for media_player.broadlink which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2018-09-01 08:06:05 WARNING (MainThread) [homeassistant.setup] Setup of config is taking over 10 seconds.
2018-09-01 08:10:02 ERROR (MainThread) [homeassistant.core] Error doing job: SSL handshake failed
Traceback (most recent call last):
  File "uvloop/handles/stream.pyx", line 609, in uvloop.loop.UVStream._on_eof
  File "uvloop/sslproto.pyx", line 171, in uvloop.loop._SSLPipe.feed_ssldata
  File "/usr/local/lib/python3.6/ssl.py", line 689, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:841)
2018-09-01 08:10:02 ERROR (MainThread) [homeassistant.core] Error doing job: SSL error errno:1 reason: WRONG_VERSION_NUMBER
Traceback (most recent call last):
  File "uvloop/sslproto.pyx", line 504, in uvloop.loop.SSLProtocol.data_received
  File "uvloop/sslproto.pyx", line 204, in uvloop.loop._SSLPipe.feed_ssldata
  File "uvloop/sslproto.pyx", line 171, in uvloop.loop._SSLPipe.feed_ssldata
  File "/usr/local/lib/python3.6/ssl.py", line 689, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:841)

@nickrout so any other ideas?

Well don’t I look silly… it’s no longer winter here :speak_no_evil:

LOL that is good. It is the 1st of September here too.