Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiteixeira authored Jul 18, 2023
1 parent cf495f9 commit 3fd3bc7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions blueprints/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Here you will find some blueprints that help you to solve small integration bugs

### When the integration does not recover after the host goes offline for an extended period of time and then comes back online:

#### Previous steps:

To use this blueprint you need to create a binary sensor in your Home Assistant using the Ping integration ([see documentation here](https://www.home-assistant.io/integrations/ping/#binary-sensor)), follow the steps below:

* Include the code below in your configuration file (`configuration.yaml`):
```
- platform: ping
host: 10.10.10.10 # Change to the IP address of your Proxmox host
name: Proxmox host connectivity
count: 2
scan_interval: 30
```
* Change to the IP address of your Proxmox host in the file.
* Save the file.
* Restart Home Assistant.

#### Importing via My Home Assistant:
* Click this button to import:

Expand Down

0 comments on commit 3fd3bc7

Please sign in to comment.