Skip to content

gickowtf/random_entity_HA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Entity

hacs badge python badge last commit

Random Entity for Home Assistant HACS

It is a simple integration that outputs entities with the random state on or off.

The whole thing can be done via the configuration.yaml.

Here is an example:

sensor:
  - platform: random_entity
    name: "my_random_sensor"
    chance: 70
    scan_interval: 15
options settings
name Name for entity
chance The probability, expressed as a percentage, that the entity will return a "True/On" state when polled. For example, a chance of 70 means there's a 70% likelihood the entity will be "On" and a 30% likelihood it will be "Off" each time it's checked.
scan_interval The time interval, expressed in seconds, between successive checks or polls of the entity's state. For instance, a scan_interval of 15 means that the entity's state will be updated every 15 seconds.

Installation

  1. Install this integration with HACS (adding repository required), or copy the contents of this repository into the custom_components/random_entity directory.
  2. Restart Home Assistant.

Now edit your configuration.yaml

License

github licence