class TasmotaIntegration extends Component {
  async componentWillMount() {
    this.props.getDiscoveredTasmotaDevices('mqtt');
    this.props.getHouses();
    this.props.getIntegrationByName('tasmota');