@property
    def is_hive(self):
        config = self.get_config(use_stored_data=True)
        if config is None:
            return False