ualex73 / monitor_docker

Monitor Docker containers from Home Assistant
Apache License 2.0
268 stars 34 forks source link

Handle faulty URLs better #4

Closed ualex73 closed 4 years ago

ualex73 commented 4 years ago

Currently if an Docker URL is wrong, we get a lengthy Python exception. This should be handled better. Also "url:///" is a bit unclear, so maybe do some find replace of // with ///?

ualex73 commented 4 years ago

Implemented