Anyway to have control on Android Wear?

Hi,

I recently got an Android wear smart watch and was curious if there is anyway to control Home Assistant from it?

You should be able to use AutoWear and Tasker to control HomeAssistant via its restful api.

The following post shows using Tasker to control scenes, but you apply this same procedure to control just about anything in HA:
viewtopic.php?f=4&t=132&p=431&hilit=tasker#p431

For simple turn-on and turn-off, you can simply pass the AutoWear input to HA’s conversation API:
This example would turn on HA component ‘office light’ by saying ‘turn office light on’:
ip-of-homeassistant:8123/api/ser … on/process
w/ post data: ‘{ “text”: “turn office light on” }’