These instructions have moved to https://github.com/emporia-vue-local/esphome
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id | name | age | |
---|---|---|---|
0 | aaron | 34 | |
1 | tina | 36 | |
2 | noah | © |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Todos los campos de texto soportarán markdown | |
Estructura General: | |
{ | |
name: "", //nombre del recurso | |
description: "", //descripción general del recurso | |
considerations: [], //consideraciones a tener en cuenta. es un array de strings. pueden ser reglas de negocio, etc. | |
attributes: {}, // información de los atributos | |
methods: {}, //métodos permitidos y ejemplos de cosas que se pueden hacer con cada uno |