sampsyo / wideq

reverse-engineered client for the LG SmartThinQ API
https://pypi.org/project/wideq/
MIT License
331 stars 159 forks source link

Ensure name is always string #133

Closed krystof-k closed 3 years ago

krystof-k commented 3 years ago

Always convert device name (alias) to string. Solves issues e.g. when you use number as device alias (see sampsyo/hass-smartthinq#90).

sampsyo commented 3 years ago

Excellent; thanks!!