async componentWillMount() {
    this.getDiscoveredDevices();
    this.props.session.dispatcher.addListener(
      WEBSOCKET_MESSAGE_TYPES.ZWAVEJS_UI.SCAN_COMPLETED,
      this.getDiscoveredDevices