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