Metadata-Version: 1.1
Name: smart-hass
Version: 0.1.2
Summary: Tools I find useful in my interactions with Home Assistant.
Home-page: https://github.com/jlmcgehee21/smart_hass
Author: Jeff McGehee
Author-email: jlmcgehee21@gmail.com
License: GNU General Public License v3
Description: # smart\_hass
        
        [![image](https://img.shields.io/pypi/v/smart_hass.svg)](https://pypi.python.org/pypi/smart_hass)
        
        [![image](https://img.shields.io/travis/jlmcgehee21/smart_hass.svg)](https://travis-ci.org/jlmcgehee21/smart_hass)
        
        Tools I find useful in my interactions with Home Assistant.
        
        -   Free software: GNU General Public License v3
        
        ## Installation
        ```
        $ pip install smart_hass
        ```
        
        ## Usage
        
        This is a command line tool meant to work in a Unix shell.
        
        If you don't know what to do, try:
        
        ```
        $ smass --help
        ```
        
        ### Binary Bayes introspection
        Determine which combinations of observations can cause your Bayesian Binary
        sensor to be True/False.
        
        Latest functionality can be found via:
        
        ```
        $ smass bayes --help
        ```
        
        Pipe valid YAML from a Bayesian Binary config:
        
        ```
        $ pbpaste | smass bayes
        ```
        
        Identify and analyze Bayesian Binary sensors in a config file:
        
        ```
        $ smass bayes --conf ~/hass_config/binary_sensors.yaml
        ```
        
        List all cases where a Bayesian Binary sensor evaluates to True with an
        observation of `on` for `binary_sensor.bedroom_motion`
        
        ```
        $ pbpaste | smass bayes -te binary_sensor.bedroom_modtion -ts on | json_pp
        ```
        
        
        
        
        
        ## Credits
        
        This package was created with
        [Cookiecutter](https://github.com/audreyr/cookiecutter) and the
        [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)
        project template.
        
        
        History
        =======
        
        0.1.0 (2017-10-12)
        ------------------
        
        -   First release on PyPI.
        
        
Keywords: smart_hass
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
