diff --git a/atom.xml b/atom.xml index dd2a36ca22..5dc4e48849 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The amcrest
platform allows you to watch the live stream of your Amcrest IP camera in Home Assistant.
The amcrest
platform allows you to integrate your Amcrest IP camera in Home Assistant.
To enable your Amcrest camera in your installation, add the following to your configuration.yaml
file:
To enable your camera in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
camera:
@@ -106,14 +106,15 @@
Configuration variables:
- - host (Required): The IP address your camera.
- - port (Optional): The port that the camera is running on. The default is 80.
+ - host (Required): The IP address or hostname of your camera. If using hostname, make sure the DNS works as expected.
- username (Required): The username for accessing your camera.
- password (Required): The password for accessing your camera.
- - name (Optional): This parameter allows you to override the name of your camera.
+ - name (Optional): This parameter allows you to override the name of your camera. The default is “Amcrest Camera”.
+ - port (Optional): The port that the camera is running on. The default is 80.
+
@@ -140,7 +141,7 @@
Category Camera
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/camera.bloomsky/index.html b/components/camera.bloomsky/index.html
index aaba8a8e34..13504e1f7a 100644
--- a/components/camera.bloomsky/index.html
+++ b/components/camera.bloomsky/index.html
@@ -141,7 +141,7 @@
Category Camera
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/camera.ffmpeg/index.html b/components/camera.ffmpeg/index.html
index 67ec0a9305..7d5b0e235a 100644
--- a/components/camera.ffmpeg/index.html
+++ b/components/camera.ffmpeg/index.html
@@ -153,7 +153,7 @@
Category Camera
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/camera.foscam/index.html b/components/camera.foscam/index.html
index a5ce418577..e0a02ba08b 100644
--- a/components/camera.foscam/index.html
+++ b/components/camera.foscam/index.html
@@ -144,7 +144,7 @@ There seems to be some issues within Foscam with lengthy passwords and passwords
Category Camera
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/camera.generic/index.html b/components/camera.generic/index.html
index 006c39c729..9074cde8a0 100644
--- a/components/camera.generic/index.html
+++ b/components/camera.generic/index.html
@@ -152,7 +152,7 @@
Category Camera
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/camera.local_file/index.html b/components/camera.local_file/index.html
index bf185a163d..606ff8364c 100644
--- a/components/camera.local_file/index.html
+++ b/components/camera.local_file/index.html
@@ -145,7 +145,7 @@ The given
file_path
must be an existing f
Category Camera
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/camera.mjpeg/index.html b/components/camera.mjpeg/index.html
index 775f6c770c..037c8db82d 100644
--- a/components/camera.mjpeg/index.html
+++ b/components/camera.mjpeg/index.html
@@ -144,7 +144,7 @@ There is a Category Camera
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/camera.nest/index.html b/components/camera.nest/index.html
index 626b8d2732..5fee6580be 100644
--- a/components/camera.nest/index.html
+++ b/components/camera.nest/index.html
@@ -151,7 +151,7 @@ You must have the Nest component configured to u
Category Camera
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/camera.netatmo/index.html b/components/camera.netatmo/index.html
index 9daf3a9756..6c437972c9 100644
--- a/components/camera.netatmo/index.html
+++ b/components/camera.netatmo/index.html
@@ -173,7 +173,7 @@
Category Camera
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/camera.rpi_camera/index.html b/components/camera.rpi_camera/index.html
index 28771d0d7c..d83985fea6 100644
--- a/components/camera.rpi_camera/index.html
+++ b/components/camera.rpi_camera/index.html
@@ -147,7 +147,7 @@
Category Camera
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/camera.synology/index.html b/components/camera.synology/index.html
index ce1a8fa59d..02352ae9e1 100644
--- a/components/camera.synology/index.html
+++ b/components/camera.synology/index.html
@@ -157,7 +157,7 @@ Most users will need to set
valid_ssl
to
Category Camera
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/camera.uvc/index.html b/components/camera.uvc/index.html
index 3ea64b4a21..a0fac00612 100644
--- a/components/camera.uvc/index.html
+++ b/components/camera.uvc/index.html
@@ -138,7 +138,7 @@
Category Camera
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/camera.verisure/index.html b/components/camera.verisure/index.html
index 5d3156a89b..309df4ff3c 100644
--- a/components/camera.verisure/index.html
+++ b/components/camera.verisure/index.html
@@ -142,7 +142,7 @@
Category Camera
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/camera/index.html b/components/camera/index.html
index c98b44ac7d..a361390c51 100644
--- a/components/camera/index.html
+++ b/components/camera/index.html
@@ -111,7 +111,7 @@
Platforms
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/ifttt.manything/index.html b/components/ifttt.manything/index.html
index 5944f71611..f7d6641bae 100644
--- a/components/ifttt.manything/index.html
+++ b/components/ifttt.manything/index.html
@@ -194,7 +194,7 @@ For ManyThing support, you need to set up an
on<
Category Camera
-
- Amcrest Camera
+ Amcrest IP Camera
-
BloomSky Camera
diff --git a/components/index.html b/components/index.html
index 3e8f27b4be..de1c770f0e 100644
--- a/components/index.html
+++ b/components/index.html
@@ -601,7 +601,7 @@ Support for these components is provided by the Home Assistant community.