This file contains hidden or 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
| type: entities | |
| entities: | |
| - entity: sensor.sensor_wohnzimmer_temperature | |
| type: custom:multiple-entity-row | |
| name: Wohnzimmer | |
| state_header: Temperatur | |
| entities: | |
| - entity: sensor.sensor_wohnzimmer_battery | |
| name: Batterie | |
| - entity: sensor.sensor_wohnzimmer_humidity |
This file contains hidden or 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
| * add line to config.txt: "enable_uart=1" to enable serial console (https://learn.adafruit.com/adafruits-raspberry-pi-lesson-5-using-a-console-cable/enabling-serial-console) | |
| * Create file in / called "ssh" | |
| * Create file wpa_supplicant.conf: | |
| ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
| update_config=1 | |
| country=GB | |
| network={ | |
| ssid="SSID" |