- Category: Announcement -
--
2018
-Clarification about Emulated Hue
- --
diff --git a/atom.xml b/atom.xml index 7927643531..d1007a4f2f 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Categories
- - Announcement
- Announcements
- Community
- Device Tracking
@@ -526,10 +525,8 @@ If you have a security key set in your Open Z-Wave Organisation
Service parameters:
.myvariable
, for TwinCAT3 use
-GBL.myvariable
..myvariable
, for TwinCAT3 use GBL.myvariable
.int
, byte
, uint
, bool
The concord232
platform provides integration with GE, Interlogix (and other brands) alarm panels that support the RS-232 Automation Control Panel interface module (or have it built in). Supported panels include Concord 4.
To use this platform, you will need to have the external concord232 client and server installed. The server must be running on the device which is connected to the automation module’s serial port. The client must be installed on the machine running Home Assistant. These may often be the same machine, but do not have to be. For additional details in setting up and testing the client and server, see https://github.com/JasonCarter80/concord232.
+To use this platform, you will need to have the external concord232 client and server installed. The server must be running on the device which is connected to the automation module’s serial port. The client must be installed on the machine running Home Assistant. These may often be the same machine, but do not have to be. For additional details in setting up and testing the client and server, see https://github.com/JasonCarter80/concord232
To enable this platform in home assistant, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
alarm_control_panel:
diff --git a/components/alarm_control_panel.egardia/index.html b/components/alarm_control_panel.egardia/index.html
index 756d1cff16..40fd74b46c 100644
--- a/components/alarm_control_panel.egardia/index.html
+++ b/components/alarm_control_panel.egardia/index.html
@@ -104,20 +104,20 @@ You can change this, however, using the following procedure. This is a more adva
Once logged in, go to System Settings, Report and change the Server Address for your primary server to the IP or hostname of your Home Assistant machine. You can leave the port number set to 52010 or change it to anything you like. Make sure to change the settings of the primary server otherwise the messages will not come through. Note that this will limit (or fully stop) the number of alarm messages you will get through Egardia’s / Woonveilig services. Maybe, that is just what you want. Make sure to save your settings by selecting ‘OK’.
On your Home Assistant machine run $ sudo python3 egardiaserver.py
. Refer to the python-egardia repository for detailed documentation on parameters. This will receive status codes from your alarm control panel and display them. You will need the codes to include in your configuration.yaml. Make sure to change the status of your alarm to all states (disarm, arm, home) by all means possible (all users, remotes, web login, app) as well as trigger the alarm in all ways possible to get 100% coverage. Before triggering the alarm it might be good to disable the siren temporarily (can be done in Panel Settings).
Once you have the codes, update your configuration.yaml
:
- # Example configuration.yaml entry
-alarm_control_panel:
+ # Example configuration.yaml entry
+ alarm_control_panel:
- platform: egardia
host: YOUR_HOST
username: YOUR_USERNAME
password: YOUR_PASSWORD
- report_server_enabled: True
- report_server_port: PORT_OF_EGARDIASERVER (optional, defaults to 52010)
- report_server_codes:
- arm: XXXXXXXXXXXXXXXX, XXXXXXXXXXXXXXXX
- disarm: XXXXXXXXXXXXXXXX, XXXXXXXXXXXXXXXX
- home: XXXXXXXXXXXXXXXX
- triggered: XXXXXXXXXXXXXXXX, XXXXXXXXXXXXXXXX, XXXXXXXXXXXXXXXX
- ignore: XXXXXXXXXXXXXXXX
+ report_server_enabled: True
+ report_server_port: PORT_OF_EGARDIASERVER (optional, defaults to 52010)
+ report_server_codes:
+ arm: XXXXXXXXXXXXXXXX, XXXXXXXXXXXXXXXX
+ disarm: XXXXXXXXXXXXXXXX, XXXXXXXXXXXXXXXX
+ home: XXXXXXXXXXXXXXXX
+ triggered: XXXXXXXXXXXXXXXX, XXXXXXXXXXXXXXXX, XXXXXXXXXXXXXXXX
+ ignore: XXXXXXXXXXXXXXXX
diff --git a/components/binary_sensor.ping/index.html b/components/binary_sensor.ping/index.html
index 0c118f2969..c12de89909 100644
--- a/components/binary_sensor.ping/index.html
+++ b/components/binary_sensor.ping/index.html
@@ -95,6 +95,15 @@
round trip time min
round trip time max
+The default polling interval is 5 minutes. As many components based on the entity class, it is possible to overwrite this scan interval by specifying a scan_interval
configuration key (value in seconds). In the example below we setup the ping
binary sensor to poll the devices every 30 seconds.
+# Example configuration.yaml entry to ping host 192.168.0.1 with 2 packets every 30 seconds.
+binary_sensor:
+ - platform: ping
+ host: 192.168.0.1
+ count: 2
+ scan_interval: 30
+
+
When run on Windows systems, the round trip time attributes are rounded to the nearest millisecond and the mdev value is unavailable.
diff --git a/developers/rest_api/index.html b/developers/rest_api/index.html
index e8378e32f6..207f4ab354 100644
--- a/developers/rest_api/index.html
+++ b/developers/rest_api/index.html
@@ -87,7 +87,7 @@
http://IP_ADDRESS:8123/ENDPOINT
-Another option is to use Python and the Requests module.
+Another option is to use Python and the Requests module. =
from requests import get
url = 'http://localhost:8123/ENDPOINT'
@@ -124,8 +124,8 @@ You can append ?api_password=YOUR_PASSWORD
GET /api/config
Returns the current configuration as JSON.
-{
- "components":[
+{
+ "components":[
"sensor.cpuspeed",
"frontend",
"config.core",
@@ -157,7 +157,7 @@ You can append ?api_password=YOUR_PASSWORD
"volume":"L"
},
"version":"0.56.2",
- "whitelist_external_dirs":[
+ "whitelist_external_dirs":[
"/home/ha/.homeassistant/www",
"/home/ha/.homeassistant/"
]
diff --git a/docs/installation/virtualenv/index.html b/docs/installation/virtualenv/index.html
index d20f39b312..4453dbfc89 100644
--- a/docs/installation/virtualenv/index.html
+++ b/docs/installation/virtualenv/index.html
@@ -92,6 +92,11 @@
Activate the virtual environment:
$ source bin/activate
+
+
+
+ Install wheel:
+ $ python3 -m pip install wheel
diff --git a/hassio/index.html b/hassio/index.html
index 8780acfa72..cb08dbaf02 100644
--- a/hassio/index.html
+++ b/hassio/index.html
@@ -8,7 +8,7 @@
Hass.io - Home Assistant
-
+
@@ -16,12 +16,12 @@
-
+
-
+
@@ -92,7 +92,7 @@
Upgrading
-Hass.io users can update Home Assistant via the ‘Hass.io’ page in the UI. However please note that Home Assistant updates take time to roll into the Hass.io builds. Therefore there is often a slight delay between the availability of a Home Assistant update and an update being available in Hass.io, be patient. When a Hass.io update is available it will be shown as available on the ‘Hass.io’ page in your UI.
+Hass.io users can update Home Assistant via the ‘Hass.io’ page in the UI. However please note that Home Assistant updates take time to roll into the Hass.io builds. Therefore there is often a slight delay between the availability of a Home Assistant update and an update being available in Hass.io, be patient. When a Hass.io update is available, it will be shown as available on the ‘Hass.io’ page in your UI.
Hass.io dashboard with upgrade notification (under the hamburger menu -> Hass.io)
diff --git a/hassio/installation/index.html b/hassio/installation/index.html
index 3c1f7a1653..21cc040f34 100644
--- a/hassio/installation/index.html
+++ b/hassio/installation/index.html
@@ -90,7 +90,7 @@
Insert SD card to Raspberry Pi and turn it on. On first boot, it downloads the latest version of Home Assistant which takes ~20 minutes (slower/faster depending on the platform).
-Please remember to ensure you’re using an appropriate power supply with your Pi. Mobile chargers may not be suitable, since some are designed to only provide the full power with that manufacturer’s handsets.
+Please remember to ensure you’re using an appropriate power supply with your Pi. Mobile chargers may not be suitable since some are designed to only provide the full power with that manufacturer’s handsets.

@@ -106,7 +106,7 @@ If you copy over your existing Home Assistant configuration, make sure to enable
-When you use this installation method, some add-ons will not be available and the documentation might not work for your installation.
+When you use this installation method, some add-ons will not be available, and the documentation might not work for your installation.
A detailed guide about running Hass.io as a virtual machine is available in the blog.
diff --git a/hassio/installing_third_party_addons/index.html b/hassio/installing_third_party_addons/index.html
index dd4009f765..41d44dacdf 100644
--- a/hassio/installing_third_party_addons/index.html
+++ b/hassio/installing_third_party_addons/index.html
@@ -80,7 +80,7 @@
-Home Assistant cannot guarantee the quality or security of third party add-ons. Use at your own risk.
+Home Assistant cannot guarantee the quality or security of third-party add-ons. Use at your own risk.
diff --git a/hassio/run_local/index.html b/hassio/run_local/index.html
index 2aab39b80a..2ff228ad86 100644
--- a/hassio/run_local/index.html
+++ b/hassio/run_local/index.html
@@ -8,7 +8,7 @@
Run local scripts - Home Assistant
-
+
@@ -16,12 +16,12 @@
-
+
-
+
diff --git a/hassio/zwave/index.html b/hassio/zwave/index.html
index acb50df886..be561c3626 100644
--- a/hassio/zwave/index.html
+++ b/hassio/zwave/index.html
@@ -90,10 +90,10 @@
usb_path: /dev/ttyAMA0
zwave:
usb_path: /dev/ttyUSB0
-
+
zha:
usb_path: /dev/ttyUSB1
database_path: /config/zigbee.db
diff --git a/help/index.html b/help/index.html
index 4764204459..9df94ba55a 100644
--- a/help/index.html
+++ b/help/index.html
@@ -137,7 +137,7 @@
Home Assistant – Open Source Python Home Automation Platform - January 2015
Roadmap
-There is no explicit roadmap available but the public tracker can give you some insight into what is going on.
+There is no explicit roadmap available, but the public tracker can give you some insight into what is going on.