16586 Commits

Author SHA1 Message Date
brefra
d6bf73ae8c Add automation example to Velbus integration (#11623)
* Add automation example to Velbus integration

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-06 10:19:29 +01:00
mannte
1a2bcf023d Update of the Google assistant SDK manual (#11640)
The previous edit I made was not completely correct and only worked (partially) because I already had the Google Assistant Component API (not voice) activated. 
This is my previous pull request: https://github.com/home-assistant/home-assistant.io/pull/11600
2020-01-06 08:06:44 +01:00
ha14937
d6cdd63b49 HS110 clarifications (#11642)
Hi all - my first proposed change, and it's minor. I ran into this issue where I misread the original and believed other devices (HS103's in my case) were supported for everything (control and sensors) when it's really just the HS110 that can create sensors. Anyway, I thought I would make it more clear for anyone else who may have misread it like I did. Cheers!
2020-01-06 08:04:27 +01:00
Jc2k
997c64673e Mention fan support (#11638) 2020-01-05 19:16:38 +01:00
sdekker90
d383a54324 Update samsungtv.markdown (#11639)
Works on ES6100
2020-01-05 14:57:37 +01:00
Ville Skyttä
301edb9bd2 Home Assistant etc spelling consistency fixes (#11637)
* Be consistent with Home Assistant spelling

* Refer to the Configurator without "HASS"

That's what's it calls itself and how it is in the add-on store.

* Be consistent with Hass.io spelling

* Tell vscode to spell HassOS like that
2020-01-05 12:44:21 +01:00
GoSpursGoNL
8fba0f8c74 Fix typo (#11636) 2020-01-05 12:00:25 +01:00
Paulus Schoutsen
86a3bcb916 Add person reload service (#11633) 2020-01-05 11:36:53 +01:00
trentjw
f8abed18e0 Update tplink.markdown (#11635)
* Update tplink.markdown

* ✏️ Removal of non-existing platform to list.

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-05 11:01:00 +01:00
Troy Prelog
a4e6ff1e7a Update Freenas docs (#11585)
* updated rc.d script

Add extra_commands

	check_config - checks config using `hass --script check_config`
	upgrade - stops HA / upgrade / checks config / starts HA (only starts if config check passes)
	test - simple test to check directories / activate venv / check version of python and homeassistant
	restart - (modified) check_config / stop HA /start HA (only restart if config check passes)

NOTE: All extra_commands REQUIRE bash to be installed
	`pkg install bash`

I also removed the check_config from the pre_start function because because it will prevent HA from starting
if the configuration is missing (Like a clean install from example). NO BUENO!

Another case to consider haveing no configuration even after initial install is troubleshooting or testing.
For instance with rc.d script createing a fresh config is simple.

Let's suppose my working config is at
	`/home/hass/homeassistant`

Now to get a clean configuration I can just do this
	service homeassistant stop
	sysrc sysrc homeassistant_config_dir="/home/hass/ha_test_config"
	service homeassistant start

That's it! Configuration wise, it's a clean install. To switch back to working config I just
	service homeassistant stop
        sysrc sysrc homeassistant_config_dir="/home/hass/homeassistant"
        service homeassistant start

Awesome right?! But that doesn't work if check_config fails during pre_start

* add pkgs

These are not required to install HA but they are quickly missed once you start to actual use it. Let's just avoid
some fustration from the start. I don't think this list should be all inclusive but these basic things seem to be
frequently needed from the start.

	autoconf |
	gmake    | - looking at you Z-Wave, Stream, IKEA Tradfri
	pkgconf  |

	bash - Give me bash or give me death! Seriously, it makes life easier. There's not alot of *BSD focus
		around HA. I only use *BSD because of FreeNAS -- Typically (with the exception of jails) FreeNAS is webui.
		I'm ok with Linux cli and it's very similiar to FreeNAS but not the same. It's not bash. I don't think it
		needs to be for the root user either. But having bash installed and used by the HA user makes it easier
		to follow along with exising documentation for other virtualenv type installs when trying to further expand
		your HA installation

* give me bash or give me death!

Most people won't notice a differene but we'll know in our hearts we did the right thing.

* fix typo

I'm lucky I can spell my name

* whitespace

* use venv

Use the built-in venv instead of virtualenv which must be installed seperate.
2020-01-05 10:29:16 +01:00
Jeff Irion
2675661e67 Add troubleshooting solution for devices that drop off WiFi (#11634) 2020-01-05 10:22:17 +01:00
Ville Skyttä
9f42bbb5d6 Point to Telegram chatbot page from Telegram config example (#11631)
* Point to Telegram chatbot page from Telegram config example

* Refer to chatbot platforms consistently as platform, not method
2020-01-04 22:07:08 +01:00
Iulius
e889908a40 separate cmd payloads to state values (#11420) 2020-01-04 17:41:28 +01:00
Petro31
1ef6a09dbe Update example to show variable used in set_fan_speed template. (#11624)
Update to the example to let users know what set_fan_speed passes as a variable to the template.
2020-01-03 23:55:47 +01:00
Dubh Ad
0fcd54373d Removing reference to api_password (#11626)
Removing the reference to the (deprecated) `api_password`
2020-01-03 23:54:41 +01:00
Ross Cullen
b8a0872661 Improved & simplified documentation - Doorbird (#11621)
* Improved & simplified documentation

* New amendments tested and validated on both IOS and Android - instructions updated to reflect this.
* Improved & simplified documentation. I've gone through the menus on Android and IOS and can confirm this is where the information required is located
* Minor grammar tweaks

* Update source/_integrations/doorbird.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/doorbird.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/doorbird.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/doorbird.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-03 23:53:27 +01:00
David Cramer
4917634367 Add documentation for Sentry (#11625)
* Add documentation for Sentry

See also home-assistant/home-assistant#30422

* Fix YAML formatting

* Add ha_category, ha_iot_class

* Update category, add ha_release

* Remove optional params

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-01-03 23:51:06 +01:00
Bas Nijholt
e7544c8c7c Add KEF integration (#11274)
* add KEF speaker integration docs

* ✏️ Tweak

* update text for usage of aiokef v0.2.0

* ✏️ Tweak

* add port to the configuration

* update ha_release to 0.104

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2020-01-03 19:11:03 +01:00
John Hollowell
d82aaa88d1 Add service information to homeassistant integration (#11607)
* Update homeassistant.markdown

Add services and descriptions for `homeassistant`

* Update service-calls.markdown

Add link to homeassistant services information

* Update homeassistant.markdown

adhere to documentation standards

* Apply suggestions from code review

Fix heading levels and a copy/paste typo

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Apply suggestions from code review

make entity_id's optional

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-03 19:09:23 +01:00
Ville Skyttä
ffec20f792 Spell Zigbee consistently, with lowercase "b" (#11618)
https://zigbeealliance.org/developer_resources/zigbee-specification/
"Please note that this uses old branding, Zigbee is always a lowercase
 B, not a capital. This change occurred shortly after the official
 release of this document."

Also other docs at https://zigbeealliance.org/solution_type/zigbee/,
https://github.com/zigpy/zigpy/issues/111
2020-01-03 18:50:06 +01:00
Franck Nijhof
e0956517f4
Clarify Hass.io ecosystem in glossary (#11617)
* Clarify Hass.io ecosystem in glosarry

* Process review suggestions

* Process review suggestions

* Spelling
2020-01-03 18:49:21 +01:00
Franck Nijhof
bb90760fd9
Merge branch 'current' into next 2020-01-03 15:26:35 +01:00
Sérgio
fa5c116a9a Update docs for telegram bot (#11550)
* Update docs for telegram bot

* Add example
2020-01-03 14:34:17 +01:00
Franck Nijhof
7e84cc707e
Fix remark linting warnings (#11615) 2020-01-03 13:32:01 +01:00
Franck Nijhof
3a573899ff
Merge branch 'current' into next 2020-01-03 12:33:57 +01:00
cogneato
a607910d89 Update to suggest Companion app (#11605)
* Update to suggest Companion app

Removed Owntracks suggestion for Android and point to HA Companion app for both iOS and Android

* replace redirecting ios link

replace /ios which was redirecting to companion.home-assistant.io

* Remove owntracks video

Remove video and add basic description of location setup for the Companion app

* Update source/getting-started/presence-detection.markdown

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update source/getting-started/presence-detection.markdown

Co-Authored-By: Franck Nijhof <git@frenck.dev>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-03 11:27:41 +01:00
LWD
f5c2a55720 Update limitlessled.markdown (#11606)
Removing link to MiLight.com. This site is no longer active. I've personally lost money from this site. 

There is a 94% bad rating on TrustPilot - https://uk.trustpilot.com/review/www.easybulb.com
2020-01-03 11:26:49 +01:00
mannte
1993bd4f03 Update google_assistant.markdown (#11600) 2020-01-03 11:13:02 +01:00
Ronald Dehuysser
650b674c01 entity_id is not optional anymore - Media_player services (#11609) 2020-01-03 11:10:42 +01:00
John Hollowell
58b4c774b4 Update stream.markdown (#11612)
integration doesn't do any replacements in the filename, so removed ambiguous/incorrect section
2020-01-03 11:00:38 +01:00
Josh Bendavid
875918c6a2 Document denonavr generic commands (#11598)
* Document denonavr generic commands

* ✏️ Tweaks

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-03 10:12:56 +01:00
Issac
472a07be3d Added local_ip integration (#11466)
* Added localip component

* Apply suggestions from code review

Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com>

* ✏️ Tweak

* Rename localip to local_ip.  Add config entry

* Update release and description

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-01-02 13:17:01 +01:00
Alan Tse
19562e20f4 Add charging rate sensor. (#11567) 2020-01-02 13:04:19 +01:00
Josh Bendavid
ecd8c2c17d Update webostv documentation (#11584)
* Update webostv documentation

Update webostv documentation following changes in https://github.com/home-assistant/home-assistant/pull/29296

* Update config file location

* Remove reference to (not functional) auto-discovery

* Add documentation for generic commands and buttons
2020-01-02 13:03:41 +01:00
Alexander Schneider
ea749a53ba Update ZWave installation instructions (#11589) 2020-01-02 13:02:36 +01:00
omegacore
14a6b3a10e Alert users pymysql is not required for external MariaDB (#11527)
* Update recorder.markdown

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-02 09:54:01 +01:00
Jon Gilmore
03dcf26563 example automation for hunter douglas scenes (#11592) 2020-01-02 09:30:54 +01:00
stappel
b86b20e695 Added information to clarify options (#11580)
* Added information to clarify options

Added information to clarify options

* Minor changes

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-01-02 09:29:39 +01:00
brefra
d5ef4b7cfb Add light to velbus integration (#11581) 2020-01-02 09:28:51 +01:00
Maciej Bieniek
6effbe0f2d Add documentation for GIOS integration (#11162)
* Add documentation for GIOS integration

* Bump HA version
2020-01-02 09:28:20 +01:00
Roelof Schuiling
01f101ddbb Improved wording for ModemManager troubleshooting (#11599)
Users experiencing issues / interference by ModemManager are still commonly popping up in the forum. I changed the wording, so hopefully users will more easily recognize this applies to them.
2020-01-02 09:22:51 +01:00
Thiago Oliveira
f20728ef00 Fix zwave control panel wiki (#11583)
The **Entity Attrributes** button is actually named **Entity Information**. Also fixing the description on polling intensity to be a little clearer.
2020-01-01 19:52:26 +01:00
John Hollowell
0a7b70a189 Update ha-vs-hassio.markdown (#11586) 2020-01-01 14:38:52 +01:00
Keith Bentrup
cc2cf98fc8 Remove bash prompt from shell commands to copy (#11588)
By including the prompts in the shell commands, it breaks the copy/paste functionality provided on the webpage https://www.home-assistant.io/docs/installation/raspberry-pi/. I understand it was to indicate a change for the user but that should be in the surrounding text.
2020-01-01 12:18:33 +01:00
Phil Bruckner
3af6295867
Remove Amcrest deprecated sensors and switches (#11577) 2019-12-31 08:24:02 -06:00
Steven Barth
e0636a3ef9 homematic: Add host port config documentation (#11498) 2019-12-31 08:46:21 -05:00
Panagiotis Panagiotopoulos
4edb0f7b84 Entity_id isn't optional anymore at light.{turn_off/turn_on} (#11578)
After #29178 entity_id isn't optional anymore. You have to use
group.all_lights as entity_id.
2019-12-31 10:33:15 +01:00
Ronald Dehuysser
e2b1830910 Update climate.markdown (#11575) 2019-12-31 10:17:07 +01:00
Patrick Smits
7adb9d0b27 Update proxmoxve.markdown (#11576)
Machine was misspelled
2019-12-30 23:45:24 +01:00
Aaron Bach
1a50ee649a Correct SimpliSafe website link (#11574)
* Revert "Linked to SimpliSafe website (#11563)"

This reverts commit 412455943597a3c8710aed90601f139dbee81805.

* Revert "Revert "Linked to SimpliSafe website (#11563)""

This reverts commit a0543d47d71ce9cd961317dfb1337553ac8d6535.

* Corrected link
2019-12-30 22:27:36 +01:00