developers.home-assistant/docs/entity_remote.md
2018-05-30 23:21:41 -04:00

367 B

title, sidebar_label
title sidebar_label
Remote Entity Remote

This entry is incomplete. Contribution welcome.

Properties

Properties should always only return information from memory and not do I/O (like network requests). Implement update() or async_update() to fetch data.

Name Type Default Description

Methods