class BluetoothDevicePage extends Component {
  componentWillMount() {
    this.props.getBluetoothDevices();
    this.props.getHouses();
  }