Chamberlain MyQ new binary_sensor attributes

I noticed that with pymyq: debug logging enabled, some interesting payload data appears that could be useful for connection troubleshooting. Of particular interest is the wifi signal strength that the MyQ opener reports. This would be a nice-to-have attribute associated with the myq binary_sensor, which currently only shows online or offline status with no payload/attribute data.

"wifi_rssi_decibel_milliwatts":-62
"wifi_signal_strength":"fair"

There is a lot other detail available. Here is the payload data currently returned by pymyq via debug…

"/CG0860xxxx",
"serial_number":"CG08xxxxx"
"device_family":"garagedoor"
"device_platform":"myq"
"device_type":"wifigaragedooropener"
,"device_model":"wifigaragedooropener",
"name":"Garage Door",
"parent_device_id":"GW0E0006F2AD",
"created_date":"0001-01-01T00:00:00",
"account_id":"181bxxxxxxxx",
"state":
{"gdo_lock_connected":false,
"attached_work_light_error_present":false,
"learn_status":"None",
"has_camera":false,
"attached_camera_serial_number":"",
"door_state":"closed",
"last_update":"2021-01-29T19:02:27.1995528Z",
"is_unattended_open_allowed":true,
"is_unattended_close_allowed":true,
"online":true,
"last_status":"2021-01-29T19:32:27.116233Z"}
},
{"href":"/accounts/xxxxxxxxx",
"serial_number":"GW0Exxxx",
"device_family":"gateway",
"device_platform":"myq",
"device_type":"wifigdogateway",
"device_model":"wifigdogateway",
"name":"My Home",
"created_date":"0001-01-01T00:00:00",
"account_id":"xxxx-xxxxx",
"state":
{"allow_bluetooth_lock":false,
"firmware_version":"3.10",
"homekit_capable":false,
"homekit_enabled":false,
"learn_mode":false,
"updated_date":"2021-01-29T11:48:34.3000746Z",
"physical_devices":["CG08601xxxxx"],
"pending_bootload_abandoned":false,
"wifi_rssi_decibel_milliwatts":-62,
"wifi_signal_strength":"fair",
"online":true,
"last_status":"2021-01-29T11:48:30.2964753Z"}
}]}