Skip to content

Artingl/YandexIOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YandexIOT

Library for controlling Yandex Smart Devices in Python.

Install

pip install YandexIOT

Documentation

It's not completed still, but some useful information you can find in our wiki

Example

from YandexIOT import SmartHome

home = SmartHome("YOUR_TOKEN_HERE")

light = home.get_device_by_name("Лампочка")
light.turn_on()

About

Library for controlling Yandex Smart Devices in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages