duncanvanzyl / weather-clothing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outside Clothes

A module to help choose outside clothes based on the conditions outside.

General Usage

A list of clothes is compared to the a list of weather forecast dictionaries. If the clothing item is appropriate for the forecast, it returns True and is incremented. Once all comparisons are done, then the clothing item with the lowest value is the recommended item to wear.

See Example Test for basic usage.

Specific Usage

This package was originally written to be used in the home assistant integration Weather Clothing.

About

License:MIT License


Languages

Language:Python 100.0%