B-Hartley

Results 11 comments of B-Hartley

could you just feed the "yearly usage" or "monthly usage" into a utility meter sensor. Then feed that into the energy dashboard ?

I created a template sensor to change it into £. Would be nice if it existed already. Or even better if the conversion was handled by the dashboard.

Hi, This is a simple template to change the p to £. ``` template: sensor: - name: "Octopus Current Price Pounds" availability: "{{ states('sensor.import_price')|is_number }}" unique_id: octopus_current_price_pounds unit_of_measurement: '£' state:...

Thanks for the comments. When the new "modern template" type came out you couldn't use it across packages. So I was about to update them and split them into a...

the use of device_state_attributes has been deprecated. I think extra_state_attributes should be used from now on.

If it doesn't get fixed, just add it to manifest.json in your custom component. ``` { "domain": "ha_strava", "name": "Strava Home Assistant", "config_flow": true, "documentation": "https://github.com/codingcyclist/ha_strava", "requirements": ["aiohttp==3.6.1", "voluptuous==0.11.7"], "dependencies":...

I'm seeing the same problem, am I doing something wrong ? ---------------- I’m sure this is me doing something stupid, but I’ve tried everything. I’ve setup the azure end and...

I've upgraded to the latest version of the component. I'm still seeing the 500 internal server error? What logs do you need to help me figure this out? Thanks

Hi, I'd be interested in this. I have 6 x pi zeros running room-assistant across the house at the moment. Still haven't got it working consistently but that's for another...

This is all really great stuff. I'm getting a new hot tub is a few weeks. (I have an inflatable one at the moment). I'd be really interested to replicate...