Code Monkey home page Code Monkey logo

ha-eufy-security's Introduction

Eufy Security integration for Home Assistant

At this moment, this repo simply extracts @bachya's PR for Home Assistant which uses @FuzzyMistborn's package python-eufy-security.

Installation

From HACS

  1. Install HACS if you haven't already (see installation guide).
  2. Add custom repository https://github.com/nonsleepr/ha-eufy-security as "Integration" in the settings tab of HACS.
  3. Find and install "Eufy Security" intergration in HACS's "Integrations" tab.
  4. Restart your Home Assistant.
  5. Add "Eufy Security" integration in Home Assistant's "Configuration -> Integrations" tab.

Manual

  1. Download and unzip the repo archive. (You could also click "Download ZIP" after pressing the green button in the repo, alternatively, you could clone the repo from SSH add-on).
  2. Copy contents of the archive/repo into your /config directory.
  3. Restart your Home Assistant.
  4. Add "Eufy Security" integration in Home Assistant's "Configuration -> Integrations" tab.

Notes

The camera card might not show up in Lovelace interface automatically, in that case you can add it by editing the UI.

ha-eufy-security's People

Contributors

fuzzymistborn avatar golles avatar mikeskydev avatar nonsleepr avatar tmchow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ha-eufy-security's Issues

No valid version key

Issue
The integration is not available in the Home Assistant integrations menu after installing via HACS.

Error Message(s)
2021-06-22 21:41:16 ERROR (SyncWorker_1) [homeassistant.loader] The custom integration 'eufy_security' does not have a valid version key (None) in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details

Helpful Info
The version key is required from Home Assistant version 2021.6

I cannot find eufy into integrations tab

Hello, I tried to install this components but I cannot find it in the integrations (settings/integrations) after the reboot.

I tried with manual and hacs installation but with both same result.

on Hassio Home Assistant Core 0.117.5
with:
Operating System 4.15

Login failed

Hi there,
After adding configuration > Integration I was prompting with username and password. I have used my eufy account, but keep asking for it! What I should do?

On fresh install on Home assistant core 5.3 cameras dont load

The logs i get on load are:

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 231, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/eufy_security/camera.py", line 31, in async_setup_entry
[EufySecurityCam(hass, camera) for camera in api.cameras.values()], True
File "/config/custom_components/eufy_security/camera.py", line 31, in
[EufySecurityCam(hass, camera) for camera in api.cameras.values()], True
File "/config/custom_components/eufy_security/camera.py", line 46, in init
self._ffmpeg_image_frame = ImageFrame(self._ffmpeg.binary, loop=hass.loop)
TypeError: init() got an unexpected keyword argument 'loop'

Integration not visible in HA

Hey there,
I did have it working in the past already.
It stopped working some weeks ago (Eufy doorbell showed no picture anymore).
I tried to uninstall and now I can´t get it running again.
I installed the integration via HACS an restarted HASS several times.
I have the "/config/custom_components/eufy_security/" folder, even added the "version": "0.3.0", in the manifest.json.
But I cannot manage to add the Integration in the "real" Home Assistant Itegration section. It just is not listet.
Any Idea, what went wrong?

Cameras not showing in devices

Hi, I have installed the integration through HACS and logged in. All seemed to work however I am unable to see any cameras in my devices?

Errors in HA Log about "Unable to process parameters" 1690, 1131, 1149, etc

Seeing this in my logs generated from my Eufy Cameras. Any idea what's going on?

Logger: eufy_security.camera
Source: custom_components/eufy_security/camera.py:66
First occurred: 1:55:32 PM (2934 occurrences)
Last logged: 2:35:36 PM

Unable to process parameter "1609", value "35"
Unable to process parameter "1131", value "1"
Unable to process parameter "1149", value "-1"
Unable to process parameter "1607", value "1"
Unable to process parameter "1601", value "0"

New features

Are you going to add more features? Such as motion detection, changing the mode, arm & disarm..etc?

Cheers,

Scan Interval Timing

DEFAULT_SCAN_INTERVAL = timedelta(seconds=30)

Let me start with: thank you for all of the work on this integration, its deeply appreciated and has been working beautifully in HA for me.

Question: In the referenced code, there's a static that determines, I think, the ping to the Eufy API which I'm guessing is used to update the snapshot images when rendered? Either way, noticed HA was just hammering (every 30s obviously...) the Eufy API recently, and was wondering if its possible to surface that as a configurable param in the HA interface?

unable to log into integration

Hi! I had my eufy security up and working with Home Assistant for some time.. then it stopped working.
I removed the component and re-installed it. I notice that I cannot log into the integration - it keeps prompting me for my username & password. I double checked my username & password which are correct.

eufy related items in my logs:

s➜ config git:(master) more home-assistant.log|grep eufy 2020-12-02 06:27:52 ERROR (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] GitHub Ratelimit error 2020-12-02 06:27:52 ERROR (MainThread) [custom_components.hacs.factory] nonsleepr/ha-eufy-security - GitHub Ratelimit error 2020-12-02 07:17:13 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for eufy_security which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. ➜ config git:(master)

I am able to log into https://mysecurity.eufylife.com/#/camera to view my camera:

image

I see this after entering my username and password:
image

No entities

I get no entitites in the integration tab of HA

Log gives:
Logger: homeassistant.components.camera
Source: custom_components/eufy_security/camera.py:46
Integration: Camera (documentation, issues)
First occurred: 19:56:17 (1 occurrences)
Last logged: 19:56:17

Error while setting up eufy_security platform for camera
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 199, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/eufy_security/camera.py", line 31, in async_setup_entry
[EufySecurityCam(hass, camera) for camera in api.cameras.values()], True
File "/config/custom_components/eufy_security/camera.py", line 31, in
[EufySecurityCam(hass, camera) for camera in api.cameras.values()], True
File "/config/custom_components/eufy_security/camera.py", line 46, in init
self._ffmpeg_image_frame = ImageFrame(self._ffmpeg.binary, loop=hass.loop)
TypeError: init() got an unexpected keyword argument 'loop'

Toggling motion detection not yielding results

Hey guys,
Eufy 2c cam user here. I just found this package and promptly installed it.

I started to tinker with it calling services but got no feedback on the eufy security app. I tried enabling and disabling the motion detection on the cameras but the mobile app always displayed as enabled. As soon as I’m on my computer I’ll get more logs and post them here.

On another subject, have you found a way to arm or disarm the cams?

Errors in HA log

Logger: eufy_security.camera
Source: /usr/local/lib/python3.8/site-packages/eufy_security/camera.py:58
First occurred: 19:22:32 (452 occurrences)
Last logged: 19:37:27

Unable to process parameter "1239", value "11"
Unable to process parameter "1148", value "0"
Unable to process parameter "1145", value "0"
Unable to process parameter "1273", value "1"
Unable to process parameter "1131", value "1"

Any idea?

Integration Not Available to Add

I installed the custom repo in HACS, added the integration, restarted HA, and it looks right in HACS:

Screen Shot 2020-10-20 at 2 57 11 PM

However, when attempting to add the integration via the UI, its just not there:

Screen Shot 2020-10-20 at 2 58 13 PM

It does seem to get loaded on startup:

config $ grep -i eufy home-assistant.log
2020-10-20 14:46:29 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for eufy_security which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.

Repository structure for v0.3.0 is not compliant

Please update the Repo structure so that it is compliant with HomeAssistant.

Repository configuration
Each repository is required to contain repository.(json/yaml/yml) at the root in the git repository.

{
  "name": "Name of repository",
  "url": "http://www.example/addons",
  "maintainer": "HomeAssistant Team <[email protected]>"
}

or

name: Name of repository
url: http://www.example/addons
maintainer: HomeAssistant Team <[email protected]>

https://developers.home-assistant.io/docs/add-ons/repository/

Additional entity support

Do you have plans to support additional features of FloodCam like the light (and its associated settings)?

LOG Error

Dear i have receive this error.

Logger: homeassistant.helpers.translation
Source: helpers/translation.py:206
First occurred: 3:54:18 (6 occurrences)
Last logged: 3:54:22

eufy_security: the '.translations' directory has been moved, the new name is 'translations', starting with Home Assistant 0.111 your translations will no longer load if you do not move/rename this

This is a new change on HA version 0.109...

Many thanks!

doorbell no live stream

hey all, have a eufy wired doorbell

camera stream is not working, only have the last picture of event
is that okay?

"Eufy Security" integration: Config flow could not be loaded

At first everything worked, but I received and exchanged a replacement camera.
Since the live stream was no longer visible, I deleted the integration and reinstalled it via HACS.

  1. Delete the installed

    • Delete the "Eufy Security" integration
    • Delete the "custom /ha-eufy-security"
    • Restart Home Assistant.
  2. Reinstall all

    • Add custom repository https://github.com/nonsleepr/ha-eufy-security as "Integration" in the settings tab of HACS.
      efey_security_v030
    • Restart Home Assistant.
    • "Eufy Security" integration in Home Assistant's "Configuration -> Integrations" tab.
      Now when I try to install the integration "eufy_security" I get the error message "Config flow could not be loaded"
      Bildschirmfoto 2021-05-30 um 10 16 06

How can I fix the error ?

System Health

version core-2021.6.0b1
installation_type Home Assistant Core
dev false
hassio false
docker false
virtualenv true
python_version 3.8.6
os_name Linux
os_version 5.8.0-53-generic
arch x86_64
timezone Europe/Vaduz
Home Assistant Community Store
GitHub API ok
Github API Calls Remaining 4341
Installed Version 1.12.4
Stage running
Available Repositories 905
Installed Repositories 52
Lovelace
dashboards 9
resources 23
views 16
mode storage

Getting Unauthorized

Logger: homeassistant
Source: custom_components/eufy_security/init.py:87
First occurred: 10:19:17 AM (32 occurrences)
Last logged: 10:34:47 AM

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/eufy_security/api.py", line 95, in request
resp.raise_for_status()
File "/usr/local/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 1002, in raise_for_status
raise ClientResponseError(
aiohttp.client_exceptions.ClientResponseError: 401, message='Unauthorized', url=URL('https://security-app.eufylife.com/v1/app/get_devs_list')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/config/custom_components/eufy_security/init.py", line 87, in refresh
await api.async_update_device_info()
File "/usr/local/lib/python3.8/site-packages/eufy_security/api.py", line 57, in async_update_device_info
devices_resp = await self.request("post", "app/get_devs_list")
File "/usr/local/lib/python3.8/site-packages/eufy_security/api.py", line 107, in request
raise InvalidCredentialsError("Token failed multiple times")
eufy_security.errors.InvalidCredentialsError: Token failed multiple times

Setting up integration from UI doesn't work

When trying to add this integration via config/integrations, I get an unknown error:

{
  "type": "form",
  "flow_id": "9a46470b71424b64809f96e5d906a34c",
  "handler": "eufy_security",
  "step_id": "user",
  "data_schema": [
    {
      "type": "string",
      "name": "username",
      "required": true
    },
    {
      "type": "string",
      "name": "password",
      "required": true
    }
  ],
  "errors": {
    "base": "unknown_error"
  },
  "description_placeholders": null
}

Using version 0.3.0 and Home Assistant 2021.4.6

Changes/Improvements

  1. Instead of a service to enable/disable the motion sensor, I'd suggest a switch that can easily be toggled from the UI
  2. Other things just looking through the options we should track down/support: chime state (guessing this toggles the doorbell chime, ir mode, doorbell_led_night_mode. Not sure there's anything else.
  3. With Skybell there was a motion_triggered sensor that would ping when the doorbell detected activity. Not sure that's possible looking at the settings/options but would be nice to have.
  4. A few things maybe could be sensors in the UI. Like SD card space used or whether there's an update available.

Need version key in the manifest

Seems like HA is going to require versioning starting in 2012.6

No 'version' key in the manifest file for custom integration 'eufy_security'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'eufy_security'

TypeError: __init__() got an unexpected keyword argument 'loop'

2021-05-02 17:09:35 ERROR (MainThread) [homeassistant.components.camera] Error while setting up eufy_security platform for camera
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 205, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/eufy_security/camera.py", line 31, in async_setup_entry
[EufySecurityCam(hass, camera) for camera in api.cameras.values()], True
File "/config/custom_components/eufy_security/camera.py", line 31, in
[EufySecurityCam(hass, camera) for camera in api.cameras.values()], True
File "/config/custom_components/eufy_security/camera.py", line 46, in init
self._ffmpeg_image_frame = ImageFrame(self._ffmpeg.binary, loop=hass.loop)
TypeError: init() got an unexpected keyword argument 'loop'

Unable to process parameter "1148", value "0"

Not sure if this is HASS related or library related, but this is filling up my log:

Unable to process parameter "1148", value "0"

Last rebooted HASS ~3 days ago and have over 1500 entries with that line. It's also been weird with the motion detection disabling. Like...it's supposed to be disabled (I even check in the app) but the camera still activates on motion.

Cannot login if I have 2FA enabled

After trying to login several times with username and password, it was failing silently. Went back to the app, disabled 2FA and was able to login.

No images neither videos

Hi there,
I finally got the integration installed and my eufy 2k camera is detected as a new entity.
But I have no idea of what I could do or not. I didn't find any further doc and at this stage the only thing I have is entity and when I try to open it, I havea little window saying "Preview of the camera" with a "broken picture" icon.
Nothing else.
Any help would be appreciate ;)
Thanks

Unable to play stream

I am not sure if this is meant to be able to play the live stream, at least it was my expectation, but I keep getting the following issues

{code: "start_stream_failed", message: "camera.patio does not support play stream service"}

State Changes?

Hi - I just installed a Eufy battery doorbell & working to integrate it with HA using https://github.com/nonsleepr/ha-eufy-security in HACS.

I want to run automations based on states changes w/ the device (when some rings the doorbell, etc.).
When I look in 'developer tools', the status is 'idle' with a flurry of options (shown below)... any ideas how to know how to make an automation trigger here? I don't see the status changing from idle to anything in HA...

1009: 0
1010: 0
1011: 1
1013: 1
1015: 0
1045: 0
1056: 0
1101: 95
1131: 1
1138: 9
1142: -47
1145: 0
1148: -1
1149: -1
1150: -1
1166: 0
1167: 0
1171: 0
1172: 0
1204: ey......
1210: 112
1225: 11
1229: 100
1230: 51
1239: 11
1240: 1
1241: 1
1243: 2
1246: 1
1273: 1
1276: 3
1277: 1
1401: 100
1408: 0
1702: 1
1703: 0
1704: 1
1705: 5
1708: 51
1709: 5
1710: {"notification_motion_onoff":1,"notification_ring_onoff":1,"notification_style":3}
1714: 0
1716: 1
2111: 2
99904: 0
100000: 2
access_token: 0e84..........
model_name: T8210
brand: Eufy Security
attribution: Data provided by Eufy Security
hardware_version: T8210
serial_number: T82.....
software_version: 2.2.1.1
watermark_mode: 1
device_upgrade_now: 0
push_msg_mode: 0
friendly_name: Doorbell
entity_picture: /api/camera_proxy/camera.doorbell?token=0e8.....
supported_features: 3

No stream url - homekit

When I attempt to expose these cameras in homekit I receive the error “no stream url”. I can stream them in Home-assistant. An update to this integration should set the stream url for the HA HomeKit integration.

This improvement will delight all of the disappointed Eufy customers who never got HomeKit - when they can finally benefit from HomeKit!

Motion detection as sensors?

Is there an opportunity in a future release to create motion detectors as sensors? This would be instrumental to leverage motion capabilities from these cameras for alternate HA sirens/alarm integrations.

Error Eufy Camera on camera.py:46

Hi,
i have this error on homeassitant version:2020.12.0

Logger: homeassistant.components.camera
Source: custom_components/eufy_security/camera.py:46
Integration: Telecamera (documentation, issues)
First occurred: 00:38:42 (1 occurrences)
Last logged: 00:38:42
Error while setting up eufy_security platform for camera

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 199, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/eufy_security/camera.py", line 31, in async_setup_entry
[EufySecurityCam(hass, camera) for camera in api.cameras.values()], True
File "/config/custom_components/eufy_security/camera.py", line 31, in
[EufySecurityCam(hass, camera) for camera in api.cameras.values()], True
File "/config/custom_components/eufy_security/camera.py", line 46, in init
self._ffmpeg_image_frame = ImageFrame(self._ffmpeg.binary, loop=hass.loop)
TypeError: init() got an unexpected keyword argument 'loop'

Many thanks for all!

Log error

So I'm pretty new to HA but I really wanted to ad my 2K camera to HA but whatever I do I get this error.
I've already followed all the guides and still get this. Anyone know what it could be?

Logger: homeassistant.config_entries
Source: loader.py:429
First occurred: 14:27:59 (1 occurrences)
Last logged: 14:27:59

Error setting up entry Eufy2K for camera
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 236, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/usr/src/homeassistant/homeassistant/components/camera/init.py", line 319, in async_setup_entry
return await hass.data[DOMAIN].async_setup_entry(entry)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 140, in async_setup_entry
platform = await async_prepare_setup_platform(
File "/usr/src/homeassistant/homeassistant/setup.py", line 298, in async_prepare_setup_platform
platform = integration.get_platform(domain)
File "/usr/src/homeassistant/homeassistant/loader.py", line 424, in get_platform
cache[full_name] = self._import_platform(platform_name)
File "/usr/src/homeassistant/homeassistant/loader.py", line 429, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
File "/usr/local/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "", line 779, in exec_module
File "", line 916, in get_code
File "", line 846, in source_to_code
File "", line 219, in _call_with_frames_removed
File "/config/custom_components/eufy_security/camera.py", line 47
self._ffmpeg.binary)
^
SyntaxError: unmatched ')'

Stopped working

After HA latest update. All cameras stopped working. Doesn't detect any cameras...

Login

Hi, i have intall your component with HACS but when i insert login e password in integration don't login.
Is possible ??
i receive "Unknown error occurred"
Many thanks!

Door sensors as cameras

This is a great integration BUT the door sensors are being reported as cameras instead of entry sensors. Is there any way to fix this issue?

No live streaming

I am able to get the camera to show the last still recorded picture but not streaming it live. Here is the error I see in the log:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
    resp = await task
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
    resp = await handler(request)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/real_ip.py", line 39, in real_ip_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 73, in ban_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 127, in auth_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 125, in handle
    result = await result
  File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 491, in get
    return await self.handle(request, camera)
  File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 508, in handle
    image = await camera.async_camera_image()
  File "/config/custom_components/eufy_security/camera.py", line 100, in async_camera_image
    if self._last_image_url != self._camera.last_camera_image_url:
  File "/usr/local/lib/python3.7/site-packages/eufy_security/camera.py", line 30, in last_camera_image_url
    return self.camera_info["cover_path"]
KeyError: 'cover_path'

Any help is appreciated. Thanks!

Error after login: custom_components/eufy_security/camera.py:46

I added the repository, logged into eufy and recurved the following error:

Log Details (ERROR)
Logger: homeassistant.components.camera
Source: custom_components/eufy_security/camera.py:46
Integration: Camera (documentation, issues)
First occurred: 9:49:27 PM (1 occurrences)
Last logged: 9:49:27 PM

Error while setting up eufy_security platform for camera
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 198, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/eufy_security/camera.py", line 31, in async_setup_entry
[EufySecurityCam(hass, camera) for camera in api.cameras.values()], True
File "/config/custom_components/eufy_security/camera.py", line 31, in
[EufySecurityCam(hass, camera) for camera in api.cameras.values()], True
File "/config/custom_components/eufy_security/camera.py", line 46, in init
self._ffmpeg_image_frame = ImageFrame(self._ffmpeg.binary, loop=hass.loop)
TypeError: init() got an unexpected keyword argument 'loop'

This is on the latest HA Container

Camera don't appear

Hello,

i have followed every installation step carefully, but i can't seem to see the camera in the devices list or in the dashboard :(

anyone had this problem ?

(yes i restarted HA after installation)

Keep asking for server to restart

Hi,
I installed eufy security component via HACS.
Everything worked well except that I still have a message in HACS saying that the component need a server restart.
I tried to restart the server many times without effect.
I resinstall it without effect.
And the only thing I have in the logs is the installation that worked well :/

2020-09-27 22:28:15 DEBUG (MainThread) [custom_components.hacs.api.repository_data] Running install for nonsleepr/ha-eufy-security
2020-09-27 22:28:15 DEBUG (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Getting repository information
2020-09-27 22:28:15 DEBUG (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Running checks against v0.3.0
2020-09-27 22:28:15 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Running pre installation steps
2020-09-27 22:28:15 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Pre installation steps completed
2020-09-27 22:28:15 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Running installation steps
2020-09-27 22:28:15 DEBUG (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Getting repository information
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Running checks against v0.3.0
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.backup] Backup for /home/homeassistant/.homeassistant/custom_components/eufy_security, created in /tmp/hacs_backup/eufy_security
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security]
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Downloading en.json
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.async_download_file] Downloading https://raw.githubusercontent.com/nonsleepr/ha-eufy-security/v0.3.0/custom_components/eufy_security/.translations/en.json
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Downloading init.py
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.async_download_file] Downloading https://raw.githubusercontent.com/nonsleepr/ha-eufy-security/v0.3.0/custom_components/eufy_security/__init__.py
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Downloading camera.py
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.async_download_file] Downloading https://raw.githubusercontent.com/nonsleepr/ha-eufy-security/v0.3.0/custom_components/eufy_security/camera.py
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Downloading config_flow.py
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.async_download_file] Downloading https://raw.githubusercontent.com/nonsleepr/ha-eufy-security/v0.3.0/custom_components/eufy_security/config_flow.py
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Downloading const.py
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.async_download_file] Downloading https://raw.githubusercontent.com/nonsleepr/ha-eufy-security/v0.3.0/custom_components/eufy_security/const.py
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Downloading manifest.json
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.async_download_file] Downloading https://raw.githubusercontent.com/nonsleepr/ha-eufy-security/v0.3.0/custom_components/eufy_security/manifest.json
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Downloading strings.json
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.async_download_file] Downloading https://raw.githubusercontent.com/nonsleepr/ha-eufy-security/v0.3.0/custom_components/eufy_security/strings.json
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.download.save] Saving /home/homeassistant/.homeassistant/custom_components/eufy_security/camera.py
2020-09-27 22:28:16 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Download of camera.py completed
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.download.save] Saving /home/homeassistant/.homeassistant/custom_components/eufy_security/init.py
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.download.save] Saving /home/homeassistant/.homeassistant/custom_components/eufy_security/const.py
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.download.save] Saving /home/homeassistant/.homeassistant/custom_components/eufy_security/config_flow.py
2020-09-27 22:28:16 DEBUG (MainThread) [custom_components.hacs.download.save] Saving /home/homeassistant/.homeassistant/custom_components/eufy_security/.translations/en.json
2020-09-27 22:28:16 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Download of init.py completed
2020-09-27 22:28:16 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Download of const.py completed
2020-09-27 22:28:17 DEBUG (MainThread) [custom_components.hacs.download.save] Saving /home/homeassistant/.homeassistant/custom_components/eufy_security/strings.json
2020-09-27 22:28:17 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Download of config_flow.py completed
2020-09-27 22:28:17 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Download of en.json completed
2020-09-27 22:28:17 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Download of strings.json completed
2020-09-27 22:28:17 DEBUG (MainThread) [custom_components.hacs.download.save] Saving /home/homeassistant/.homeassistant/custom_components/eufy_security/manifest.json
2020-09-27 22:28:17 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Download of manifest.json completed
2020-09-27 22:28:17 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Installation steps completed
2020-09-27 22:28:17 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Running post installation steps
2020-09-27 22:28:17 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Reloading custom_component cache
2020-09-27 22:28:17 INFO (SyncWorker_24) [homeassistant.loader] Loaded eufy_security from custom_components.eufy_security
2020-09-27 22:28:17 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Custom_component cache reloaded
2020-09-27 22:28:17 INFO (MainThread) [custom_components.hacs.repository.integration.nonsleepr.ha-eufy-security] Post installation steps completed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.