Ultrasonic UART sensor

After heaps of debugging we found it. The default timeout is very wrong. I ended up with this YAML sensor: - platform: ultrasonic trigger_pin: GPIO4 echo_pin: GPIO5 name: "Ultrasonic Sensor" update_interval: 5s pulse_time: 10us timeout: 20m With no timeout setting this i…