Skip to content

Instantly share code, notes, and snippets.

@ahzazou
ahzazou / init-start
Created January 14, 2020 13:15 — forked from francoism90/README.md
Change country to unlock channels, increase TX-power
#!/bin/sh
nvram set 0:maxp2ga0=114
nvram set 0:maxp2ga1=114
nvram set 0:maxp2ga2=114
nvram set 1:maxp2ga0=0x72
nvram set 1:maxp2ga1=0x72
nvram set 1:maxp2ga2=0x72
nvram set wl_txpower=500
nvram set wl0_txpower=500
nvram set wl1_txpower=500
@ahzazou
ahzazou / floorplan-mockup-for-home-assistant.markdown
Created January 29, 2019 08:26
floorplan mockup for home assistant
@ahzazou
ahzazou / Lovelace.md
Created June 23, 2018 03:08 — forked from ciotlosm/Lovelace.md
Lovelace

Lovelace UI

Below you will find different types of cards available in the new Lovelace UI for Home Assistant.

For more in depth documentation on entities, please visit the developer documentation for Lovelace UI

The UI is structured in views and a view contains cards as seen on the example in the developer documentation.