Skip to content

bskaplou/ip_sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IP Sensor

This is a simple implementation of binary sensor which checks the presense of IP address in network.

Installation

Copy this folder to <config_dir>/custom_components/ip_sensor/.

Add the following to your configuration.yaml file:

# Example configuration.yaml entry
binary_sensor:
  platform: ip_sensor
  scan_interval: 5
  hosts:
    router: 192.168.2.1        # device => binary_sensor.router
    toshiba_tv: 192.168.2.149  # device => binary_sensor.toshiba_tv

About

simple IP sensor for Home Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages