Update to reflect new pull under review (#5217)

* Update to reflect new pull under review

Addresses multi-camera setups with naming issues

* Update switch.amcrest.markdown

* Update switch.amcrest.markdown

* 🚀 Trigger rebuild

* ✏️ Tweaks

* ✏️ Rewording
This commit is contained in:
rafale77 2018-08-14 02:03:46 +08:00 committed by Paulus Schoutsen
parent f3b2e9082d
commit 574111a720

View File

@ -16,3 +16,7 @@ ha_iot_class: "Local Polling"
The `amcrest` switch platform lets you control settings of [Amcrest IP Camera](https://home-assistant.io/components/camera.amcrest/) through Home Assistant.
Switches will be configured automatically. Please refer to the [component](/components/amcrest/) configuration on how to setup.
<p class='note warning'>
In previous versions, switch devices in setups with multiple cameras, would not have specific entity ID causing them to change randomly after each Home Assistant restart. The current version adds the name of the camera at the end of the switch entity ID, making it more specific and consistent and causes the name option to be required in a multi-camera system. This behavior matches the sensor behavior of the Amcrest component. Because of this, older automations may require updates to the entity ID.
</p>