* Add camera.bomradarcam.markdown
* Rename camera.bomradarcam.markdown -> bomradarcam.markdown
* Move docs for BOM camera into bom.markdown to reflect code reorg
* ✏️ Tweak
* Update example using 'id' to use quoted string
* Updated docs for google hangout hub component:
Added information on how to authenticate using the authorization code, and also how to obtain the authorization code
* ✏️ Tweak
* ✏️ Remove some whitespaces
* Manual registration/de-registration support.
* Move registration/de-registration to a service.
* 🔨 Move it to the right direction
- Added variable configuration
- Fixed the example script and split it
* Added Genius Hub
* Revert lightwvave changes.
* Update markdown
* fix a small bug
* ✏️ Tweak
* token: and host: now separate
* ✏️ Tweak
After this commit we can merge it and add it to the milestone
* ✏️ Tweak
* ✏️ Make urls clickable
Have removed information about how to access themes before Home Assistant version 0.77 (which was released eight months ago now - very few people should be using 8+ month old versions). Instead I replaced it with information on the *current way* of accessing user profile menu which seems way more important.
I'm guessing the -y was meant to be on pkg upgrade, instead?
from pkg help update:
pkg update [-fq] [-r reponame]
pkg update [--{force,quiet}] [--repository reponame]
- Changed link to what the component loads from the init.py to the manifest.json file. The link says it should show what gets loaded by the default config, and the init file does not show this.
- Added an example configuration.yaml code for component.
* Initial stiebel eltron docu
* Put YOUR_IP instead of an IP
* Add default value for optional parameter
* Prepare for sensor platform integration
* Reflect the state mappings
* Update ha_release to 0.92
* Remove redirect
* ✏️ Tweak
* ✏️ Tweak
* ✏️ Tweak
* Multiple partitions and switchable outputs
Added multiple partitions support as well as switchable outputs. Configuration has been changed (breaking change).
* ✏️ Tweak
* Fixed yaml error (too much indent)
* Post review fixes
Younger versions of the HASS Configurator come with a
reduced set of config options, especially username and
password are gone. The default config needs no change
at first install anymore. Reflect this in the getting started docs.
* Update install docs for FreeNAS 11.2
This includes some best-practice improvements (such as running Home
Assistant as a limited-access user vs root), using Python 3.7 to install
and adding a BSD-style service to manage and test configuration.
* Fix typo
"ConBee II" (a.k.a. "ConBee 2") hardware has just now been released and is confirmed by Dresden-Elektronik employee @manup to be backwards compatible with the deCONZ serial protocol that zigpy-deconz radio module for zigpy utilizes. (He, @manup wrote that "the serial protocol is identical and will be maintained for all devices equally").
FYI; Apparently the new "ConBee II" ZigBee USB dongle/stick features improved signal amplifier with longer radio range and it is based on a 32-bit ARM-Cortex-M0 SoC microcontroller (Microchip ATSAMR21E18A) instead of an 8-bit AVR based CMOS microcontroller (Atmel ATmega256RFR2) like the previous version of ConBee and the current RaspBee versions.
- https://shop.dresden-elektronik.de/conbee-2.html
- https://www.dresden-elektronik.de/fileadmin/Downloads/Dokumente/Produkte/11_Phoscon_gateway/Phoscon_ConBee-II_10-2018_eng.pdf
- http://www.amazon.de/dp/B01FDWOIHK
* Added instructions for requesting API access, embedded camera and sensor platforms
* Merged camera and sensor documentation into the logi_circle component page.
* Removed incorrect redirect paths
* Update from PR feedback
Co-Authored-By: evanjd <evan.bruhn@gmail.com>