joro75 / Domoticz-Toyota-Plugin

A Domoticz plugin that provides devices for a Toyota car with connected services
MIT License
6 stars 1 forks source link

Validate sensors exist before checking doors status. #60

Closed SoaR245 closed 9 months ago

SoaR245 commented 10 months ago

Check sensors property exists for this vehicle before checking the doors.

Not all vehicle provide locked status (for exemple Corolla from 2020), in this case, mytoyota API will return None for the sensors property. This fix an error when checking locking status that prevent others devices to be created.

joro75 commented 9 months ago

@SoaR245 Thanks for PR! I have merged it in the plugin.