Help with py.file

Hi
I need some help, because I don’t know how to make the following step.

I need to download from this link the climate.py and the manifest.json files and add them to custom_components/floureon file.
I already add the floureon file but I don’t know how to download the climate and manifest files. Usually there was in the right side a download button or something but not here. What should I do please?
I imagine that is a silly question but here I am…

Just click the file and then on the next screen click the RAW button. Then just copy everything to a text editor like Notepad and save the file.
Or go to your link and then click the hass-components “path” this will bring you to the screen that has the download button.

Super, you saved me and I learned now both ways.
Thanks!

if you still here and you know…
I am placing the following

#Thermostat
- platform: floureon
  name: Home_Thermostat
  mac: '24:DF:A7:13:xx:xx'
  host: 192.168.x.xx
  use_external_temp: false

but I am getting the following error
any ideas why?

end of the stream or a document separator is expected at line 160, column 1:
- platform: floureon

I am not sure of this component but I think it is missing the category.
try

climate:
	- platform: floureon
	  name: Home_Thermostat
	  mac: '24:DF:A7:13:xx:xx'
	  host: 192.168.x.xx
	  use_external_temp: false

I try it. I have the climate category (for my air condition)
However now I am getting the following

Platform error climate.floureon - Integration ‘floureon’ not found :frowning: :thinking:

Did you restart HA after putting the custom components in the correct folder?

No, I am doing it right now

That was it.thanks again

Good Stuff, Glad it’s working